Skip to content
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

Closed
hololeo opened this issue Jul 28, 2022 · 6 comments
Closed

Feature: right click,mouse wheel support #115

hololeo opened this issue Jul 28, 2022 · 6 comments

Comments

@hololeo
Copy link

hololeo commented Jul 28, 2022

In web/desktop client support for right click and mouse wheel would be helpful. Adding custom menu options with native os controls.

@YouJiacheng
Copy link
Contributor

+1 for right click

@ndonkoHenri
Copy link
Contributor

upvote

@YouJiacheng
Copy link
Contributor

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.

@YouJiacheng
Copy link
Contributor

Some investigation about nesting GestureDetector and InkWell: https://stackoverflow.com/a/73927358/16613821

@FeodorFitsner
Copy link
Contributor

Thank you, will take a look.

@YouJiacheng
Copy link
Contributor

YouJiacheng commented Oct 12, 2022

right click issue should be closed by #459
mouse wheel issue should be replaced by #354

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants