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

Is it possible to use GestureDetector on HTML elements? E.g. tapping on a paragraph to select. #44

Closed
LeeHunter opened this issue Dec 16, 2018 · 3 comments

Comments

@LeeHunter
Copy link

No description provided.

@Sub6Resources
Copy link
Owner

You can implement this functionality using the customRender callback. I don't plan on adding this functionality to the plugin itself, though.

@mirkancal
Copy link

Is it somehow blocked? I have a custom render for my audio elements and seems like onTap is not working at all.

@erickok
Copy link
Collaborator

erickok commented Apr 1, 2021

@mirkancal You can wrap any widget in a tap handler (inline or widget) via the customRender if that's something you desire. There is no generic tap handler on all html tags though, as that doesn't sound very useful. Let us know more about your use-case if you are interested in a specific feature in flutter_html.

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