tsukasa
tsukasa
  • 发布:2019-05-28 10:24
  • 更新:2022-07-15 10:04
  • 阅读:3860

【已解决】请问uniapp如何禁止ios侧滑返回呢?

分类:uni-app

问题已解决
在pages.json里加入"popGesture": "none" 就可以了

2019-05-28 10:24 负责人:无 分享
已邀请:
Shenalone

Shenalone - ...

楼主解决了吗?我也遇到同样的问题```javascript
plus.webview.currentWebview().setStyle({
'popGesture': 'none'
});


这行代码完全无效
liusheng22

liusheng22 - https://juejin.cn/user/3171444673228840

  try {  
      // #ifdef APP-PLUS  
      var page = this.$mp.page.$getAppWebview()  
      page.setStyle({ popGesture: 'none' })  
      // #endif  
    } catch (error) {  
      console.log('阻止页面滑动关闭时间处理失败', err)  
  }

该问题目前已经被锁定, 无法添加新回复