I tried different html players and used html5 video tag. However apple devices (ipod touch 4, iphone 4, ipad) shows html5 videos in its own player.
My main goal is to show overlay adverts on video. I decided to hide/show div with the help of absolute positioning and z-index. It worked for browsers in my PC, however couldn't manage in apple devices.
In order to show advert on apple devices, firstly I need to use my own html5 player, not apple's default video player.
Is my approach possible or are there any workarounds? Any ideas will be highly appreciated.
Thanks,
editted
There is an attribute "webkit-playsinline". But that does not work either. I think it only works in app programming with UIWebView.
<video id="video" width="480" height="320" webkit-playsinline>