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

[QUESTION] inline <a> in flutter web #806

Closed
artoniaz opened this issue Aug 18, 2021 · 1 comment
Closed

[QUESTION] inline <a> in flutter web #806

artoniaz opened this issue Aug 18, 2021 · 1 comment
Labels

Comments

@artoniaz
Copy link

artoniaz commented Aug 18, 2021

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.

@tneotia
Copy link
Collaborator

tneotia commented Aug 18, 2021

it doesn't trigger the method. On the other hand, onLinkTab doesn't seem to be possible to implement inline.

I'm a little confused what you mean by this - do you mean clicking on the link does not call onLinkTap?

@erickok erickok closed this as completed Nov 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants