ios - Fullscreen HTML5 videos without controls (PhoneGap) -


i have webpage video in background , ui elements on top of it. similar demo https://codepen.io/dudleystorey/pen/knqyk

i'm trying import phonegap , test ios phone doesn't work expected. ui elements , poster image display @ start once video loaded, disappear , video start controls visible (start, pause, sound, etc).

is possible have video tag behave same browser in phonegap? found similar question adding following in config.xml not work.

<preference name="allowinlinemediaplayback" value="true"/> 

phonegap ios html5 video opens player

my video code

<video poster="img/start-anim.jpg" id="anim" playsinline autoplay webkit-playsinline>     <source src="videos/ideal.mp4" type="video/mp4"> </video> 


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -