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
It seems there is no support for preventPageScrolling on touch devices. I have looked into the code, and cannot find logic in the preventScrolling function that handles events of type touchmove. There is only logic for `DOMMouseScroll' and 'wheel' events.
Am I missing anything? If not it would be feasible for me to create a pull request where also touch events are handled in this feature.
The text was updated successfully, but these errors were encountered:
I'm currently working on an implementation and learning a lot about how touchdevices handle scrolling. Once I understand enough of it I'll come back to this.
It seems there is no support for preventPageScrolling on touch devices. I have looked into the code, and cannot find logic in the
preventScrolling
function that handles events of typetouchmove
. There is only logic for `DOMMouseScroll' and 'wheel' events.Am I missing anything? If not it would be feasible for me to create a pull request where also touch events are handled in this feature.
The text was updated successfully, but these errors were encountered: