Mobile Web page Project
1,angluar JS 1.4.6
Web project development process, the use of PC browser can be normal access, iOS device browser can also be normal access, but the use of the Android part of the browser to visit, the link occasionally do not jump, no response to click (I use Angluar JS route for a single page application jump), The path to the address bar has been updated to the clicked address, and double-clicking the page will enlarge (follow this phenomenon to find the problem)
Now the mobile phone or tablet computers and other mobile devices on the browser default has a double click to enlarge the setting, how to double-click not to enlarge?
Solution:
You can add meta to the page header
<meta name= "viewport" content= "Width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
The above mentioned is small set to introduce the mobile browser page Click Do not jump browser Double-click to enlarge the Web page solution, I hope to help you, if you have any questions please give me a message, small series will promptly reply to everyone. Here also thank you very much for the cloud Habitat Community website support!