• Hi

    I can get the plugin working on desktop but not iPad — i have the DO NOT DISPLAY IF LESS THAN option set to 960px — so that should mean it displays on an iPad in landscape?

    any ideas?

    thanks

    Philip

    • This topic was modified 8 years, 1 month ago by philmurray.
    • This topic was modified 8 years, 1 month ago by philmurray.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, thanks for trying my plugin! ??

    Yes, if you have it set to 960, then it should work on an iPad in landscape mode (but not in portrait mode).

    Can you share a link to your site, so I can see the issue for myself? That way it’ll be a little easier for me to diagnose what could be wrong.

    Thanks!

    Thread Starter philmurray

    (@philmurray)

    Hi Mark

    thanks for the fast reply.

    I just checked it again and it is now working on iPad – but what seems to be happening is there is about a 1.5sec delay in the menu appearing as sticky along the top of the iPad in landscape mode — whereas on Mac [using Safari] the .site-header sticks immediately to the top of the screen once I scroll the page.

    thanks

    Philip

    In some cases on tablets, the stickiness only kicks in when the scrolling is actually finished (and during the scroll, the element is out of view).

    If that’s the case, you can add this to your element’s CSS that might fix it:

    .your-sticky-element-classname {
       transform: translate3d(0%,0,0);
    }

    Other than that, I can’t really say what the cause could be. I’d need to see the site to make a better judgement on that.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not Working on iPad’ is closed to new replies.