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

onLinkTap Does not work #180

Closed
ahmadkhedr opened this issue Nov 2, 2019 · 3 comments
Closed

onLinkTap Does not work #180

ahmadkhedr opened this issue Nov 2, 2019 · 3 comments
Labels
duplicate This issue or pull request already exists

Comments

@ahmadkhedr
Copy link

ahmadkhedr commented Nov 2, 2019

Html( data: "<a href=\"https://www.alwakeelnews.com\"><img alt=\"\" src=\"https://via.placeholder.com/320x100.jpg?text=C1-320x100\" /></a>", onLinkTap: (link) { print(link); }, onImageTap: (image) { print(image); }, ),
onImageTap Works perfectly...But onLinkTap Does not work at all

@wxding
Copy link

wxding commented Nov 27, 2019

I have the same problem

@NicolasDionB
Copy link

I have the same problem too but I found that if you disable useRichText, it works. Problem is that I encounter other difficulties with the old parser.

Any update on this?

@Sub6Resources
Copy link
Owner

This is a known issue (see #121). Updates will be posted there. You can anticipate this issue being fixed by the end of the year with the release of 1.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

4 participants