Last active
October 13, 2016 20:00
-
-
Save joshbuchea/4885b41e629ca8e432af to your computer and use it in GitHub Desktop.
Cordova - Play Video Inline in iOS (Set AllowInlineMediaPlayback to true in config.xml)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<video id="vidTitle" webkit-playsinline> | |
<source src="videos/video.mp4" type="video/mp4"> | |
</video> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment