How to do a Full Screen Video Like Spotify with Cordova iOS
This is a short tutorial on how to do a Splash Full Screen HTML5 video like Spotify on Cordova iOS.
First me must change a feature in config.xml in the Cordova Project. <preference name="AllowInlineMediaPlayback" value="true" /> This is the HTML Mark Up for the Full Screen Video <video id="splash-video" preload="auto"