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
Android uses specific distance to differentiate between touch drag and touch click (ViewConfiguration.touchSlop).
On desktop we significally decrease the touch slop in https://android-review.googlesource.com/c/platform/frameworks/support/+/1698450.
Unwanted drags on desktop are usually prevented by the friction between mouse and surface.
The open question - should we use a different touch slop when we use a touch screen on desktop?
(for example on Microsoft Surface)
We should investigate on the real touch devices:
to know if touch slop is implemented on the driver level, or not
if not - should we use a bigger slop in Compose
to know how macOs/Windows/Linux handle this
The text was updated successfully, but these errors were encountered:
igordmn
changed the title
Desktop: Touch slop support for touch devices on desktop platforms.
Desktop: Touch slop support for touch devices on desktop platforms
May 6, 2021
Android uses specific distance to differentiate between touch drag and touch click (
ViewConfiguration.touchSlop
).On desktop we significally decrease the touch slop in https://android-review.googlesource.com/c/platform/frameworks/support/+/1698450.
Unwanted drags on desktop are usually prevented by the friction between mouse and surface.
The open question - should we use a different touch slop when we use a touch screen on desktop?
(for example on Microsoft Surface)
We should investigate on the real touch devices:
The text was updated successfully, but these errors were encountered: