vc.requestFullScreen() 进入全屏时 导航条不能隐藏
- 当前 Bug 的表现(可附上截图)
- 预期表现
导航能自定隐藏
- 复现路径
- 提供一个最简复现 Demo
当在普通子页面 onLoad 时调用requestFullScreen() 方法自动触发全屏时,导航条不能隐藏,手动点击按钮去触发时导航才会隐藏。例如下面的情况:
onLoad: function (options) {
this.videoContext = wx.createVideoContext(‘myVideo’)
this.videoContext.requestFullScreen({direction: 90})
},
3 回复
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)