How to disable the default double-click full-screen event of the video tag?

similar to iqiyi player. Customize the video tag control bar, but when you double-click the video, the full screen will be the browser"s own control bar by default, while your own control bar is hidden. How to change this double-click event, I can"t use ondblclick to deal with it.

Nov.09,2021

need to double-click incomplete screen? You are a custom control bar, that is, there is no controls attribute on video, so there is no full-screen callback for double-clicking.


video wrap a layer of div, requestFullscreen, don't look at video, leave the outer div full screen

Menu