Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

gesture: android browsers touchmove #7856

@devversion

Description

@devversion

I wanted to start a discussion for the gestures touchmove event.

At first, Android browsers are only triggering the touchmove event once.

  • This is weird, because for the drag gesture, we need as many 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:

  • Other Touch Devices (platforms) disable the scroll behavior, when touchmove cancelled.

Related issues: #6174 #7311

Useful links:

cc. @EladBezalel @crisbeto @code-tree

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions