-
-
Notifications
You must be signed in to change notification settings - Fork 917
Closed
Labels
Description
Hey,
I'm using Flutter web and I need to add <a>
with some href inline in my html.
How can I do that?
Although <a>
shows up, it doesn't trigger the method. On the other hand, onLinkTab doesn't seem to be possible to implement inline.
Do you have any solution? I believe this could be a common issue.