-
Notifications
You must be signed in to change notification settings - Fork 550
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
How to open embedded link in ZefyrView? #257
Comments
Is that what you're requesting #211 ? |
@CanRau Yes. And I saw that PR but I couldn't figure it out how to implement. I wanna be able to open the url (using url launhcer) when I tap on the embedded link. |
Sorry I'm pretty new to Flutter and haven't tried it so can't help any further at the moment |
@CanRau I think it hasn't been implemented. Please give my question thumbs up so it gets the attention. |
Check my solution at above link |
That's possible in |
you can set the mode to ZefyrMode.select or view |
I couldn't find a way to launch the url from an embedded link? There is no onTap callback or something similar in
ZefyrView()
. It's also not in the example app.The text was updated successfully, but these errors were encountered: