-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
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
Feature: right click,mouse wheel support #115
Comments
+1 for right click |
upvote |
I checked flutter document and flet source, and I found that it is simple to add right click support to ink = False case, with onSecondaryTapDown of GestureDetector. But if ink = True, there is not onSecondaryTapDown for InkWell. |
Some investigation about nesting GestureDetector and InkWell: https://stackoverflow.com/a/73927358/16613821 |
Thank you, will take a look. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In web/desktop client support for right click and mouse wheel would be helpful. Adding custom menu options with native os controls.
The text was updated successfully, but these errors were encountered: