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

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2bdfb-33e98.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2bdfb-33e98.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?