收藏
回答

wx.enableAlertBeforeUnload在两个苹果手机上,无法监听右滑返回事件?

page ({
  onLoad(options) {
      wx.enableAlertBeforeUnload({
        message: "要放弃答题?",
        success: function (res) {
          console.log("方法注册成功:", res);
        },
        fail: function (errMsg) {
          console.log("方法注册失败:", errMsg);
        },
      });
  }
})

机型:iphone Xs Max

系统:14.6

微信版本号:2.17.3


机型:iphone 11 pro max

系统:14.6



最后一次编辑于  2021-06-21
回答关注问题邀请回答
收藏

1 个回答

  • 😶
    😶
    2021-06-21

    请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    2021-06-21
    有用
    回复
登录 后发表内容