This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
gesture: android browsers touchmove #7856
Labels
browser: Android
os: iOS
This issue is specific to iOS
pr: merge ready
This PR is ready for a caretaker to review
type: bug
type: gestures
I wanted to start a discussion for the gestures touchmove event.
At first, Android browsers are only triggering the
touchmove
event once.touchmove
events as possible.This can be easily solved, by canceling the
touchmove
event (e.preventDefault()
)So everything works very well, except for iOS, because iOS Browsers are disabling the native scroll behavior, when the
touchmove
event is cancelled.So to summarize, these are the problems:
touchmove
cancelled.Related issues: #6174 #7311
Useful links:
cc. @EladBezalel @crisbeto @code-tree
The text was updated successfully, but these errors were encountered: