I am building a PHONEGAP app which display video using HTML5 & VIDEOJS. Unfortunately I found that controlling video displayed on IOS devices very frustrating.
I understand that I am unable to touch the volume of the video on ANY IOS device. I believe this is why VIDEOJS don't even show the volume & mute controls on IPAD (please correct me if I am wrong).
Now I tried adding text overlay to the video. It works fine on IPAD but is there a way to do it over IOS native video player which is loaded automatically on IPHONEs?