I tried different html players and used the html5 tag. However, Apple devices (ipod touch 4, iphone 4, ipad) display html5 video in their own player .
My main goal is to show overlay ads on video. I decided to hide / show the div using absolute positioning and z-index. It worked for browsers on my PC, but was unable to handle apple devices.
To show ads on Apple devices, firstly, I need to use my own html5 player, and not the default apple player.
Is my approach possible or are there any workarounds? Any ideas would be highly appreciated.
Thanks,
Editted
There is a webkit-playinginline attribute. But that doesn't work either. I think it only works in application programming using UIWebView.
<video id="video" width="480" height="320" webkit-playsinline>
source share