This has been killing me all day, but I am not sure how to get a html5 video player working without the native controls.
I want no controls what-so-ever but if I don\'t
I used this
controls=“true” - makes it work on ipad
controls=“true”
autoplay - makes it autoplay except mobile
autoplay
onplaying="this.controls=false" - removes the controls when playing
onplaying="this.controls=false"
It autoplays on laptop, and works on iPad! thanks Doin