报bug
离线打包采用Widget方式不能全屏。
重现:体现在播放 video视频的时候点击全屏,页面卡死,不能点击。
全屏实现方法:
document.addEventListener('webkitfullscreenchange', function() {
var el = document.webkitFullscreenElement; //获取全屏元素
if(el) {
plus.screen.lockOrientation('landscape'); //锁死屏幕方向为横屏
} else {
plus.screen.lockOrientation("portrait-primary");
}
});
m***@vip.qq.com
- 发布:2019-05-16 18:13
- 更新:2019-06-03 17:22
- 阅读:937
2 个回复
1***@qq.com
Android下,有如此问题,点全屏按钮时,白屏无反应。
1***@qq.com
Android 点击 视频播放 的全屏按钮时 Log如下:
D/DCloud_LOG: AdaFrameView.dispatchFrameViewEvents type=touchstart;args=578
D/yl: NWindow.onCallBack pEventType=touchstart;578;
W/AwContents: onDetachedFromWindow called when already detached. Ignoring
D/webview: showing Custom View
D/SurfaceView: checkSurfaceViewlLogProperty get invalid command