我也遇到了这个问题,是个bug
视频播放结束后,左上角返回按钮无法点击?代码片段: https://developers.weixin.qq.com/s/EYueFcmW7Eiz SDKVersion: "2.11.2"benchmarkLevel: 20bluetoothEnabled: truebrand: "HUAWEI"cameraAuthorized: truedeviceOrientation: "portrait"devicePixelRatio: 3fontSizeSetting: 16language: "zh_CN"locationAuthorized: truelocationEnabled: truemicrophoneAuthorized: truemodel: "LIO-AN00"notificationAuthorized: truepixelRatio: 3platform: "android"safeArea: {width: 376, right: 376, top: 24, left: 0, bottom: 800, …}screenHeight: 800screenTop: 69screenWidth: 376statusBarHeight: 24system: "Android 10"version: "7.0.15"wifiEnabled: truewindowHeight: 731windowWidth: 376视频播放结束后,左上角返回按钮无法点击,所有机子都一样
2020-06-24我也有这个需求,请问官网有咩有解决呀?
急!微信小程序怎么捕获返回事件?现在是这样的,我在微信小程序的B页面里,点返回,要跳转到A页面。但是在返回之前,我需要wx.showModal一下,用户点击“确定”后,才返回,点取消就不返回到A页面。 我试图在onUnload事件里写这段代码,但是发现,微信小程序是先返回,后执行!求解!
2020-05-25