Apple iPhone Safari Internet Browser - Play HTML5 MP4 Video On Web Page (NOT iOS Video Player)?

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

https://bitbucket.org/jesseleepalser/t-crisis_v_firefox_110percent_ai/src/09b5bdc1bcc574ce7540b6927ed03d758ceccd64/screens.js#lines-2131

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 ...>.