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
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
After expanding an initially collapsed menu it cannot be interacted with.
Debugging on a Samsung S9 with Android 10 I saw that even though the touchSlop is not smaller on Samsung devices when compared to others a simple tap will actually send a MotionEvent.ACTION_MOVE based on which this code that should have just guard against unintended scrolls while the menu is expanding will swallow the touch.
…Samsung devices
Refactored the code so that touches/scrolls are still swallowed while the
menu is expanding after which ExpandableLayout should let all MotionEvents
pass through to be handled by menu items children.
Mugurell
added a commit
to Mugurell/android-components
that referenced
this issue
Apr 6, 2021
…Samsung devices
Refactored the code so that touches/scrolls are still swallowed while the
menu is expanding after which ExpandableLayout should let all MotionEvents
pass through to be handled by menu items children.
Refactored the code so that touches/scrolls are still swallowed while the
menu is expanding after which ExpandableLayout should let all MotionEvents
pass through to be handled by menu items children.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Seen by @lobontiumira on Fenix - mozilla-mobile/fenix#18814
After expanding an initially collapsed menu it cannot be interacted with.
Debugging on a Samsung S9 with Android 10 I saw that even though the
touchSlop
is not smaller on Samsung devices when compared to others a simple tap will actually send aMotionEvent.ACTION_MOVE
based on which this code that should have just guard against unintended scrolls while the menu is expanding will swallow the touch.┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: