page.json中disableScroll属性在ios中无效
发布于 5 年前 作者 xia98 17543 次浏览 来自 问答

page.json中disableScroll在ios中无效,

测试机型:iPhone 8plus 11.3版本

微信版本:6.6.6

wechatlib:1.9.98

调试过程复现:真机调试,复现,重新安装微信也是一样的效果。

复现效果:添加了"disableScroll":true  属性,在ios中打开页面仍然可上下弹动。

page.json代码片段:

{

 “navigationBarTitleText”: “测试不弹动页面”,

 “navigationBarBackgroundColor”: “#000”,

 disableScroll: true,

}

寻求官方解决,拜谢!

回到顶部