Hi,
When we try to play an HTML5 MP4 video on iPhone Safari with iOS 17.4.1 it plays in iOS video player?
How can we play the HTML5 MP4 video on the web page itself (this is an HTML5 game)?
Jesse
Hi,
When we try to play an HTML5 MP4 video on iPhone Safari with iOS 17.4.1 it plays in iOS video player?
How can we play the HTML5 MP4 video on the web page itself (this is an HTML5 game)?
Jesse
Hi Jesse,
Safari on iOS typically plays HTML5 videos within its own player. To ensure the video plays inline within your game, you can add the playsinline
attribute to your video tag: <video playsinline ...>
.
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.