I have been working on a single page application..since the content is very large and mobile version is not yet ready..
<meta name="viewport" content="width=device-width, initial-scale=1.0">
I removed scaling for website by removing the meta tags.. so i am getting a desktop view in Mobile devices . But when the user zooms into by tapping an area and then he navigates to a new page..he still remains on same zoom level. I want to scale out on every page he navigates...how to achieve this.
Asked
Active
Viewed 110 times
0

Sibiraj
- 4,486
- 7
- 33
- 57
-
a single page app does not navigate or do page refreshes. right? – Ronnie Royston May 26 '17 at 04:14
-
Yes. It wont @ron – Sibiraj May 26 '17 at 04:16
-
Even during reload it stays the same state @Ron Royston – Sibiraj May 26 '17 at 04:37
-
Questions seeking help ("**why isn't, or how to make, this code working?**") must include the desired behavior, a _specific problem or error and the shortest code necessary_ to reproduce it **in the question itself**. Questions without **a clear problem statement** are not useful to other readers. See: [How to create a Minimal, Complete, and Verifiable example](http://stackoverflow.com/help/mcve). – Asons May 26 '17 at 07:40
-
This just might be a duplicate of either this [change-page-zoom-in-mobile-safari-via-javascript](https://stackoverflow.com/questions/5574189/is-is-possible-to-change-page-zoom-in-mobile-safari-via-javascript), or this [force-mobile-browser-zoom-out-with-javascript](https://stackoverflow.com/questions/22639296/force-mobile-browser-zoom-out-with-javascript) ... let me know if, and I close it as such – Asons May 26 '17 at 07:44