From 988a7a1e17906a56b3bc9727b0109e74f33d094a Mon Sep 17 00:00:00 2001 From: gengxin Date: Tue, 11 Mar 2025 10:43:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E5=87=BA=E5=85=A8=E5=B1=8F=20?= =?UTF-8?q?=EF=BC=8C=E9=9C=80=E8=A6=81=E6=B0=B4=E5=8D=B03?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/VideoPlayer/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/VideoPlayer/index.vue b/src/components/VideoPlayer/index.vue index cca1140d..eff9610e 100644 --- a/src/components/VideoPlayer/index.vue +++ b/src/components/VideoPlayer/index.vue @@ -389,6 +389,7 @@ export default { this.isFullscreen = this.isFullScreen(); }); document.addEventListener('fullscreenchange', handleFullscreenChange); + document.addEventListener('webkitfullscreenchange', handleFullscreenChange); // this.videoDom.addEventListener('keydown', function(e){ // //console.log('\x1b[31m%s\x1b[0m','*****************加载失败**********') // console.log("video is exit");