[mobile] video tag cannot respond to click events in the middle of video playback

wrote a custom video playback control that you want to call out on the mobile by clicking on the video. But the video tag does not respond to this click event.

how do ordinary video players call out playback controls?

Mar.29,2021

delegate to the parent event


if it is a playback control on the page, it will certainly not respond. Regardless of iOS or Android, the Video tag will bring up the native player interface of the system, which is not under your control. Of course, if you do App, you can do it yourself.

Menu