uniapp关闭苹果ios页面滑动

在pages.json中的globalStyle配置

"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "首页",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
"bounce": "none" //关闭窗口回弹效果
  }
},

 

posted @ 2022-05-06 15:58  赵永强  阅读(662)  评论(0)    收藏  举报