Skip to content

Instantly share code, notes, and snippets.

@joshbuchea
Last active October 13, 2016 20:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshbuchea/4885b41e629ca8e432af to your computer and use it in GitHub Desktop.
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)
<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