Html5 disables the default player

when iphone uses html5 to play videos, it always displays the default player, how to remove the selected components from the image and play them purely on a web page.

clipboard.png

videojs did not find the corresponding settings, found a videojs progress bar on the Internet to disable plug-in videojs.disableProgress.js download, but it does not seem to be appropriate.

if there are any children"s shoes that have been studied, ask for advice.

Feb.28,2022

resolved!
because video only requires pure presentation and no interaction, many features are disabled.
uses videojs, configuration:
var options = {
controls: false,
autoplay: true,
isFullscreen: true
}
Note: playsinline, must be added to the video tag so that the default player will not be enabled when you double click.


iphone supports pure web playback. You have enabled full-screen playback

.
Menu