I\'m currently working on a project with a lot of videos and this project needs to work on iphone.
But actually, the ios\'s video placeholder doesn\'t allows me to s
Apple will finally enable the attribute playsinline
in all browsers on iOS 10, so this will work seamlessly:
You can reproduce the behavior by simulating the playback by skimming the video instead of actually .play()
'ing it.
iphone-inline-video can take care of the playback and audio sync (if any), and it keeps the working as it should.