Page 1 of 1

iPhone 5S double tap zooms the screen

Posted: Thu Mar 20, 2014 5:15 am
by ishani modi

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


iPhone 5S double tap zooms the screen

Posted: Thu Mar 20, 2014 5:32 am
by Alena Prykhodko

Hello,

Please look at a similar question https://getsatisfaction.com/apperyio/...


iPhone 5S double tap zooms the screen

Posted: Mon Mar 24, 2014 12:46 pm
by ishani modi

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


iPhone 5S double tap zooms the screen

Posted: Tue Mar 25, 2014 8:46 am
by Maryna Brodina

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


iPhone 5S double tap zooms the screen

Posted: Thu Apr 03, 2014 5:51 am
by ishani modi

Thanks Maryna,
It is solved