scroll-view在ios端为什么滑动不了会抖动在安卓就没事

开发的app苹果手机滑动页面页面直接抖动起来了使用的scroll-view标签测试机都是安卓所以没事,有知道是什么原因嘛

scroll-view 标签上添加 scroll-y="true" scroll-with-animation="true" 属性,然后在 style 标签中添加 -webkit-overflow-scrolling: touch; 试试这样看看能不能解决