You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for a great library!
Tested it and works very well.
There is an mailtoDelegate for the mailto:, but how do you handle weblinks hrefs http: and https:?
In my app I do previews of mails and I want to block all navigation. Is this a feature or possible?
The text was updated successfully, but these errors were encountered:
This makes sense. You can now specify the urlLauncherDelegate: Future<bool> Function(String url)? urlLauncherDelegate
Return true when the URL was handled,
Thank you for a great library!
Tested it and works very well.
There is an mailtoDelegate for the mailto:, but how do you handle weblinks hrefs http: and https:?
In my app I do previews of mails and I want to block all navigation. Is this a feature or possible?
The text was updated successfully, but these errors were encountered: