vc.requestFullScreen() 进入全屏时 导航条不能隐藏
- 当前 Bug 的表现(可附上截图)
- 预期表现
导航能自定隐藏
-
复现路径
-
提供一个最简复现 Demo
当在普通子页面 onLoad 时调用requestFullScreen() 方法自动触发全屏时,导航条不能隐藏,手动点击按钮去触发时导航才会隐藏。例如下面的情况:
onLoad: function (options) {
this.videoContext = wx.createVideoContext(‘myVideo’)
this.videoContext.requestFullScreen({direction: 90})
},
