I have the same issue as this post here. HTML5 Video Element on iPad doesn't fire onclick or touchstart events?
I have forward and back buttons that overlay the video. When the video is playing on the Ipad, the Ipad uses it's own quicktime player. The problem is that, the player overrides any clicks on it and interprets them as video commands.
The solution on the other post was to disable the controls in the html5 Tag.
The video element, on the iPad, will swallow events if you use the controls attribute. You have to provide your own controls if you want the element to respond to touch events.
I am however, embedding videos with Vimeos IFrame code.
Does anyone know of a way to remove the control properties on a vimeo video or maybe a way to scrape the video code out of the Iframe? That way I can, remove the controls property myself.
Regards.