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 297 forks source link

Use with Videogular #3

Closed frey1esm closed 8 years ago

frey1esm commented 8 years ago

Will this work with videogular and particularly multiple indexed players on a single page?

This is brilliant BTW!

fregante commented 8 years ago

Sort of, it can probably play the video, but no seeking yet.

Multiple <video>s are fine, as long as you don't change the src of them after you run makeVideoPlayableInline() on them.

fregante commented 8 years ago

Can you test this version and let me know if it works?

https://github.com/bfred-it/iphone-inline-video/issues/2#issuecomment-204944568

frey1esm commented 8 years ago

I was actually able to make the videogular script play iphone video inline without your script.

fregante commented 8 years ago

Cool, so we can close this =)