I have used this in my code , it works fine on web , but on mobile web when this anchor tag is clicked there is a pause for 3-4 sec then it is redirected
<a ng-href="/menswear">Shirt</a>
how i can reduce this time in mobile web in angularjs
I have used this in my code , it works fine on web , but on mobile web when this anchor tag is clicked there is a pause for 3-4 sec then it is redirected
<a ng-href="/menswear">Shirt</a>
how i can reduce this time in mobile web in angularjs