Start a new topic

Webview pinch zoom problem

Webview pinch zoom problem


Hi , In my architect world in iOS users can pinch zoom in and out and all the html objects get zoom in and out. I searched for it and came to this post in SOF : http://stackoverflow.com/questions/9628293/disabling-zoom-in-zoom-out-functionality-of-the-uiwebview

But couldn't apply it to my Wikitude project. I'll appreciate if you can help me to prevent this.

Thanks

just add this meta to <head> in your html
<meta name="viewport" content="width=device-width, user-scalable=no" />

Thanks very much Noppol, it worked 

THX Noppol for sharing your findings. We might add it to our SDK documentation.

Best regards

Andreas
Login or Signup to post a comment