We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Android 10 with navigation gestures
Timebar is edge to edge, user wants to move the thumb from the begin to the middle => back gesture triggered. wanted => seek
implement setSystemGestureExclusionRects() https://developer.android.com/guide/navigation/gesturenav#back-gestures
setSystemGestureExclusionRects()
Since the "SeekBar components support automatic opt-out behavior out of the box." I think it would be a good idea to also support this.
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion! I'll take a look.
Sorry, something went wrong.
Make DefaultTimeBar exclude itself for gestures
90329a1
Issue: #6685 PiperOrigin-RevId: 284736041
Nice, thx :)
5bead4a
ojw28
No branches or pull requests
Use case description
Android 10 with navigation gestures
Timebar is edge to edge, user wants to move the thumb from the begin to the middle => back gesture triggered. wanted => seek
Proposed solution
implement
setSystemGestureExclusionRects()
https://developer.android.com/guide/navigation/gesturenav#back-gestures
Since the "SeekBar components support automatic opt-out behavior out of the box." I think it would be a good idea to also support this.
The text was updated successfully, but these errors were encountered: