Closed vladimir-beloded closed 2 years ago
Thanks for the report! This feature was actually removed in #1092 since it didn't align with the w3c standards for how the a
tag should function. If there is no href
, then the link becomes unclickable. This can be overridden using customRender if you'd like a custom solution.
Describe the bug: The
onLinkTap
callback is not called when the HTML string contains the<a>
tab, but this tag does not contain thehref
HTML to reproduce the issue: Here is a sample HTML to reproduce this issue:
Html
widget configuration: The HTML widget configuration looks like the following:Expected behavior: I'd expect that on tap on
This is a link
text, the123
should be printed into the console.Additional info:
flutter_html
version is3.0.0-alpha.5
A picture of a cute animal (not mandatory but encouraged)