I have a page of videos and auto play is turned off. when I click on one it opens and starts playing which is actually what I want to happen,….. but when I do same thing on my iPad or iPhone it opens but I still have to click the play button again…just wondering why that is?
What you’re seeing is normal behaviour on iOS. Safari on iPhone and iPad has stricter rules around media playback than desktop browsers.
On iOS, videos generally don’t start playing automatically. Apple wants a direct user interaction with the video element itself before playback begins. Because of that, the video opens but the user still has to tap the play button.
On desktop browsers the click that opens the video is often treated as sufficient interaction, so playback can start immediately.