I don't know if this is the right place to ask this question, but I'm hoping someone out there will have some HTML/Javascript knowledge that could help me out.
I'm having some issues with the viewport meta tag in an html document I'm creating.
The general idea of what I've made is that I've made a scrollable map with customized scrollbar that indicates where on the map you are using a bounding box that runs back and forth on a smaller map that displays the full width of it. This is contained in an indesign file with a digital publishing plugin installed (aquafadas).
The problem is, the property "user-scalable = no" doesn't seem to have any effect. Double tapping and pinching still cause safari to zoom, expanding the main map image and the relative position indicator outside the bounds of the ipad's screen. I've been testing the HTML just in the iOS safari for the meantime as if it doesn't stop zooming in safari, it won't stop zooming in the resultant ebook that's created.
Any reasons why the user-scalable property would not be working? Am I missing something? Is there another way to do this, possibly by disabling double taps for the html doc entirely?
Thanks for your time and help.
I'm having some issues with the viewport meta tag in an html document I'm creating.
The general idea of what I've made is that I've made a scrollable map with customized scrollbar that indicates where on the map you are using a bounding box that runs back and forth on a smaller map that displays the full width of it. This is contained in an indesign file with a digital publishing plugin installed (aquafadas).
The problem is, the property "user-scalable = no" doesn't seem to have any effect. Double tapping and pinching still cause safari to zoom, expanding the main map image and the relative position indicator outside the bounds of the ipad's screen. I've been testing the HTML just in the iOS safari for the meantime as if it doesn't stop zooming in safari, it won't stop zooming in the resultant ebook that's created.
Any reasons why the user-scalable property would not be working? Am I missing something? Is there another way to do this, possibly by disabling double taps for the html doc entirely?
Thanks for your time and help.