Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The change is in response to issue #74 #236

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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