-
Notifications
You must be signed in to change notification settings - Fork 936
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
Allow mailto and tel URL schemes #137
Comments
Same issue here, trying to link back to the app using custom URL schemes but getting ERR_UNKNOWN_URL_SCHEME. |
duplicate #43 |
How to use url launcher in WebView? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have created an app using flutter and I am using flutter web view to show few of my contents. And in my web view I have two buttons to perform mailto and tel, but these are not working. On iOS when I am clicking on these buttons there is nothing happening and on Android it's even worse because it shows me an error ERR_UNKNOWN_URL_SCHEME.
P.S: I have already allowed for the permissions required for this.
Please let me know that when you can fix this issue.
The text was updated successfully, but these errors were encountered: