猫无聊🐱

Results 2 comments of 猫无聊🐱

I have set breakpoints for `actions.toggleFullscreen(player)` in /src/components/control-bar/FullscreenToggle.js file, the code is running when i click the exit fullscreen icon , but the video is still fullscreen, no matter how...

> Hi @amyhuangxbd did you find a solution or some workaround ? I have the same problem here. you can addEventListener x5videoexitfullscreen like this: `videoDom.addEventListener('x5videoexitfullscreen', () => { this.exitVideoFullScreen(); })`