fregante / iphone-inline-video

📱 Make videos playable inline on the iPhone (prevents automatic fullscreen)
https://npm.im/iphone-inline-video
MIT License
2.05k stars 300 forks source link

Handle autoplay state and events correctly #124

Open fregante opened 7 years ago

fregante commented 7 years ago

Current incorrect behavior on autoplay videos:

Correct behavior:

Source: https://www.w3.org/TR/html5/embedded-content-0.html#handling-first-frame-available

fregante commented 7 years ago

Also, when a new src is set, the event order should be changed:

 loadeddata
+playing
 canplay
 canplaythrough
-play
-playing