To add the reason for this problem: The operation of VIDEO browsed by each mobile phone is different. iphone Unless the page itself is an apology page within the APP, with the APP's own operation of H5 webview, the video playback can be realized without full screen
Starts from andriod 6.0 or above. Xiaomi mobile phones, etc., will start to default to the video tag. Will not play in full screen by default.
webkit-playsinline="true" must be used in conjunction with the application's internal API. It is meaningless to use it alone. http://stackoverflow.com/questions/3699552/html5-inline-video-on-iphone-vs-ipad-browser
To add the reason for this problem:
The operation of VIDEO browsed by each mobile phone is different.
iphone Unless the page itself is an apology page within the APP, with the APP's own operation of H5 webview, the video playback can be realized without full screen
Starts from andriod 6.0 or above. Xiaomi mobile phones, etc., will start to default to the video tag. Will not play in full screen by default.
So click here.
Thank you both for your answers
x-webkit-airplay="true"
webkit-playsinline="true"
Write it like this and try it!
webkit-playsinline="true" must be used in conjunction with the application's internal API. It is meaningless to use it alone. http://stackoverflow.com/questions/3699552/html5-inline-video-on-iphone-vs-ipad-browser