Skip to content

Conversation

@kgcorner
Copy link

@kgcorner kgcorner commented Jan 7, 2023

The commit removes call evt.preventDefault() from the touchmoveWindow function
as this call will be ignored as per the below feature request and the screen stays scrollable.
https://chromestatus.com/feature/5093566007214080
Screen scrolling can be stopped by using the callback method onDragStart and onDrag by adding and removing CSS property "overflow:hidden;" on the body tag

below feature ignres prevetnDefault() call and screen stays scrollable
as this call be will be ignored as per below feature request and the
screen stays scrollable.
Screen scrlling can be stopped by using callback method onDragStart
and onDrag to add and remove css property "overflow:hidden;"
on body tag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant