gblazex/smoothscroll-for-websites

Safari doesn't work (OS X 10.11 & 10.12)

Closed this issue · 2 comments

Smooth scrolling works on Safari using keyboard arrows, but it doesn't work with my mouse.

If I change touchpadSuppot option to true smooth scrolling works for my mouse.

SS_deltaBuffer for Safari: 120, 1272, 120
SS_deltaBuffer for Chrome: 120, 120, 120

allDeltasDivisableBy(120) for Safari: false
allDeltasDivisableBy(120) for Chrome: true

this is known. it works but not as intended (the scrolling events have a high accuracy distribution instead of the usual 120,120,120).

this is why Safari 9-10 is not supported currently.

PRs are welcome

duplicate of #16