iPhone 5S double tap zooms the screen
Hi,
I have deployed app in iPhone 5s.
When I double tap on the app screen it zooms the screen, which I don't want, How to solve it ?
Thanks,
Ishani
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi,
I have deployed app in iPhone 5s.
When I double tap on the app screen it zooms the screen, which I don't want, How to solve it ?
Thanks,
Ishani
Hello,
Please look at a similar question https://getsatisfaction.com/apperyio/...
Hi, Alena thank your reply. It is working fine,
but still when I hold the screen and drag it up and down it does not zoom but shows gray in back which i dont want in iOS
Hello!
On Source tab--iOS folder--config.xml file replace
pre<preference name="UIWebViewBounce" value="true"/>/prewith
pre<preference name="UIWebViewBounce" value="false"/>/preand add the following line
pre<preference name="DisallowOverscroll" value="true" />/pre
Thanks Maryna,
It is solved