简体   繁体   中英

Full screen scroll (IOS)

I have made an iOS application using PhoneGap Build , Which works fine. I am having some kind of problem while scrolling a page. When I scroll from bottom or from Top whole screen moves. Is there any way to prevent this,as I know this is iOS feature. Which is very nice but in case of my application I do not want this. So help me out.

在此输入图像描述

Use this in you config file:

<preference name="DisallowOverscroll" value="true" />

<preference name="webviewbounce" value="false" />

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM