Mobile web page project
1, angluar js 1.4.6
During the development of web page project, it can be accessed normally using a PC browser, and the IOS device browser can also be accessed normally. However, when using some Android browsers to access the link, the link does not jump occasionally, and there is no response after clicking (I use angluar js route to jump a single page application). At this time, the path of the address bar has been updated to the clicked address, and double-clicking the page will enlarge (I found the problem according to this phenomenon)
Nowadays, browsers on mobile devices such as mobile phones or tablets have the settings of double-click enlargement by default. How to prevent double-clicking from enlarging?
Solution:
You can add meta at the head of the page
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
The above is the solution to enlarge the webpage by the editor who introduced to you whether to click on the browser or not to jump to the browser. I hope it will be helpful to you. If you have any questions, please leave me a message and the editor will reply to you in time. Thank you very much for your support to Wulin.com website!