wx.setKeepScreenOn oppo机型失效

发布于 8 年前作者 jun878529 次浏览最后编辑 8 年前来自 issues

OPPO N5207

Android版本 4.4.4

微信版本 :7.0.6

概率性出现

手机设置息屏时间为15s,

在页面中已设置

wx.setKeepScreenOn({
   keepScreenOn: true, success: (res) => {
       console.log('始终亮屏成功', res);
   }, fail: res => {
       console.error('始终亮屏失败', res);
       wx.setKeepScreenOn({keepScreenOn: true});
   }
});

查看log显示亮屏成功,但是15s后手机界面依旧变暗

1 回复
yexiuying
yexiuying1 楼6 年前

你好,麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)