-
Notifications
You must be signed in to change notification settings - Fork 345
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] Link opening #88
Comments
As of right now the library does not have this feature but it is not difficult to implement. I will try to add this today or tomorrow, and once it's done I will post an example for you :) |
Thank you very much! 🍻 |
@JEuler added this to the library. You can use a git dependency on callbacks: Callbacks(
onNavigationRequestMobile: (String url) {
print(url);
return NavigationActionPolicy.ALLOW;
},
)
|
It is working, thank you very much! :) |
Thanks for the confirmation. If you have any other questions let me know! |
I can't implement onNavigationRequestMobile. I'm using dependency on 2.2.0+1-dev.1 but no callback function is onNavigationRequestMobile. @tneotia Can you help me? |
@tranglt-64 try to use the GIT reference
|
if i enter any link and click spacebar or any normal text then the link is not show as link it display as a text |
Is there any possibility to manually specify how to open the links? It is an opening the link on the same page where the editor is opened for now.
The text was updated successfully, but these errors were encountered: