I have video served by Ooyala that plays fine on all devices. The problem occurs when the user is on an iPad and attempts to view a page via a dropdown subnav. Each section of the subnav is nothing more than ul>li
and a div
hidden and shown via CSS. When the video is playing or paused (not while loading) and the user taps on the main nav (to show the corresponding subnav) the subnav covers the video. However, none of these links are responding to taps. When trying to tap the subnav links, the video responds as though it were being tapped (showing the scrubber).
I have tried all sorts of solutions, including messing with the z-index
on all the related elements, all to no avail. Is there something I'm missing?
If you'd like to try this out for yourself, go to http://www.cordblood.com on an iPad, click (or wait for) the second (or third or fourth) slide, click "watch video", hit play (you can pause the video if you want, too), tap a main nav, and then try to hit one of the options the subnav displays.