2***@qq.com
2***@qq.com
  • 发布:2025-01-01 13:37
  • 更新:2025-01-02 10:19
  • 阅读:38

为啥跳转打该页面后还能侧滑 返回上一个页面 ?

分类:uni-app

{
"path": "pages/findPeple/ersonDetail",
"style": {
"navigationStyle": "custom" ,//自定义顶部导航栏
"navigationBarTitleText": "",
// "navigationStyle": "custom" ,//
"app-plus":{
"titleNView": false,
"popGesture": "none"
},
"disableScroll":true//是否禁止页面滚动
}
},

2025-01-01 13:37 负责人:无 分享
已邀请:
杨杨得亿

杨杨得亿 - 这个人很懒,什么都没有留下~

需要禁用物理返回

onBackPress(options) {  
    if (options.from === 'backbutton') {  
      return true;  
    }  
}
靐齉齾麤龖龗

靐齉齾麤龖龗 - 解决不了问题,那就解决提出问题的人

禁用侧滑返回好像只有ios生效,安卓需要在页面的onBackPress里面自己手动禁用

要回复问题请先登录注册