Cordova 禁用橡皮筋效果

iOS禁用橡皮筋效果

config.xml中加入

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

橡皮筋效果有很多种说法,例如反弹效果,Overscroll等等。
官方文档中有关于DisallowOverscroll的说明

DisallowOverscroll(boolean)

描述:

Default: false

Set to true if you don’t want the interface to display any feedback when users scroll past the beginning or end of content.

On iOS, overscroll gestures cause content to bounce back to its original position.

on Android, they produce a more subtle glowing effect along the top or bottom edge of the content.

猜你喜欢

转载自blog.csdn.net/ruo_62/article/details/58604480