You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isn't really a bug but a general information (might be useful to maybe add a paragraph to the README to le people know about this issue).
I've found out that sometimes the page does not scroll correctly or just hangs while scrolling in Safari on Macos (16.4.1/16.5 were the versions i tested).
The issue is not caused by this library but from Safari itself not always firing the wheel event (which this library internally relies on)
The closest issues i could find on bugzilla are this and this which seem to be in apple's radar but there is currently no ETA for when they will be fixed.
The text was updated successfully, but these errors were encountered:
This isn't really a bug but a general information (might be useful to maybe add a paragraph to the README to le people know about this issue).
I've found out that sometimes the page does not scroll correctly or just hangs while scrolling in Safari on Macos (16.4.1/16.5 were the versions i tested).
The issue is not caused by this library but from Safari itself not always firing the
wheel
event (which this library internally relies on)The closest issues i could find on bugzilla are this and this which seem to be in apple's radar but there is currently no ETA for when they will be fixed.
The text was updated successfully, but these errors were encountered: