• Resolved koschkff

    (@koschkff)


    I got it to work by having it load the full js instead of minified version and by changing line 365 in SmoothScroll.js…
    from: “if (isTouchpad(deltaY)) {”
    to: “if (!isSafari&&isTouchpad(deltaY)) {“

    • This topic was modified 5 years, 5 months ago by koschkff.
Viewing 1 replies (of 1 total)
  • Plugin Author kubiq

    (@kubiq)

    Hello,

    thank you, but this scrolling JS script is from another author so you should contact him here https://github.com/gblazex/smoothscroll-for-websites/issues.

    My plugin is only WP implementation of his script, so I’ve created administration and modify script little bit to add ability of selecting allowed browsers, but I’m not sure if I want to change functionality, because it requires testing and I’m not Apple user so I can not perform needed tests on various OS versions and Safari versions.

Viewing 1 replies (of 1 total)
  • The topic ‘Smooth scroll not working in Safari’ is closed to new replies.