微信小程序,ios底部按钮(fixed),页面整体上下回弹时,会出现遮盖
解决方法:
在对应页面的.json文件中添加。
{ "disableScroll": true }
官网描述:设置为 true 则页面整体不能上下滚动;只在页面配置中有效,无法在 app.json 中设置该项
解决方法:
在对应页面的.json文件中添加。
{ "disableScroll": true }
官网描述:设置为 true 则页面整体不能上下滚动;只在页面配置中有效,无法在 app.json 中设置该项