Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7735087
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T07:24:45+00:00 2026-06-01T07:24:45+00:00

I have video served by Ooyala that plays fine on all devices. The problem

  • 0

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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T07:24:46+00:00Added an answer on June 1, 2026 at 7:24 am

    I’m using flowplayer and a simple CSS dropdown menu and had the same problem.

    I have drop down menu that, when tapped, covers part of the video area. The submenu shows up over the video as expected, but no touch events were being sent.

    I fixed it by combining a couple of suggestions from others answering this question: I set visibility:hidden when opening the menu and visibility:visible when closing the submenu, AND set the -webkit-transform-style:preserve-3d CSS property on the video.

    Here’s the pertinent code. I left out the CSS for the menubar, but it does what you might expect – resulting in a menu that covers portions of the video.

    menu and video HTML

    <div id='nav'>
      <ul>
        ... <!-- bunch of ul/li stuff here for the menu and submenus -->
      </ul>
    </div>
    <div id='videoplayer'><!-- for flowplayer --></div>
    

    CSS

    video {
      -webkit-transform-style: preserve-3d;
    }
    

    Javascript

    $(document).ready(function(){
      $("#nav li").hover(
        function() {
          $(this).find('ul:first').css({visibility: "visible",display: "none"}).fadeIn(300);
          $("video").css({visibility:"hidden"});
        },
        function(){ 
          $(this).find('ul:first').css({visibility: "hidden"});
          $("video").css({visibility:"visible"});
        }
      );
    );
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a video that plays in portrait mode. At the end of the
I want to convert and show video that user uploaded. I have dedicated server
I have large video files (~100GB) that are local on my machine. I have
I have a video element and a script that attaches an onplay handler to
i have mp4 video. And i need to play it in my iPad application
I have a problem about streaming my video to server in real-time from my
I have video that I've converted to FLV format. I'd rather host it on
Have a flash video player that mimics the functionality of the youtube player regarding
I have an ogg video which works just fine using the video tag when
I have video in my project. I play it with MPMoviePlayerController but app will

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.