Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author malihu

    (@malihu)

    Does the plugin work if you set it to scroll to #top (same link/id as WP Scroll To Top)?

    Maybe it has something to do with the CSS positioning or visibility of the target elements. Try removing visibility:hidden from the target anchors.

    Thread Starter popgirl23

    (@popgirl23)

    hhhmmm I removed the visibility:hidden style from target anchors anchors. That didn’t work.

    I also saw found somewhere else to try adding this to the anchor styles:
    overflow:scroll;
    -webkit-overflow-scrolling:touch;

    That didn’t work.

    I did create a small hand written test scroll (lower right of page) using only #top and that worked.

    Im still not sure why the Page Scroll To Id scrolling function isn’t working for small devices? Even just with a narrow width browser. It just jumps to anchor.

    Plugin Author malihu

    (@malihu)

    Does any other script bind click event(s) on your mobile menu links?

    I checked your menu links in developer tools and it seems that normal menu has the ‘Page scroll to id’ click handler which works. You mobile links seem to have another click handler (2 click handlers total) and those links do not work. Maybe another script/plugin makes your mobile links “jump” to the ids below or something similar?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Scroll not working on iphone?’ is closed to new replies.