This commit is contained in:
2025-08-28 16:26:01 +08:00
parent a9fe0e3bbe
commit 4782cadcdf
578 changed files with 7 additions and 6 deletions

View File

@@ -272,6 +272,8 @@
},
// 全屏+退出全屏
fullScreen(){
console.log( "full screen")
this.$listeners['fullscreenchange'](this.fullScreenFlag)
var _this = this
if(this.fullScreenFlag){
//this.videoContext.exitFullScreen();
@@ -291,7 +293,7 @@
if(document.documentElement.requestFullscreen){
// document.documentElement.requestFullscreen();
}else{
window.screenTop(0)
// window.screenTop(0)
}
uni.getSystemInfo({
success: function (info) {
@@ -300,7 +302,6 @@
}
});
}
this.$listeners['fullscreenchange'](this.fullScreenFlag)
},
// // 全屏模式下,横屏+竖屏
// horizontalScreen(){