无法禁用 ionic ios "rubber band" 视图

Can't disable ionic ios "rubber band" view

在 Ionic 2.0.0-beta.37 和 iOS 10.1.1 上,我无法为我的视图禁用橡皮筋。

我在 config.xml

<preference name="webviewbounce" value="false"/>
<preference name="UIWebViewBounce" value="false"/>
<preference name="DisallowOverscroll" value="true"/> 

还有我的 ion-content

<ion-content sroll="false" has-bouncing="false" overflow-scroll="false">

但 none 这些作品。欢迎任何关于尝试的提示。

在我的滚动元素上设置 -webkit-overflow-scrolling: auto 解决了问题