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

Getting ERR_UNKNOWN_URL_SCHEME #9

Open
ychawla29 opened this issue Jan 6, 2023 · 3 comments
Open

Getting ERR_UNKNOWN_URL_SCHEME #9

ychawla29 opened this issue Jan 6, 2023 · 3 comments

Comments

@ychawla29
Copy link

I have tried to use this package and after url is launched I am getting ERR_UNKNOWN_URL_SCHEME in the launched screen

here is my sample code for the same:
const link = WhatsAppUnilink(
phoneNumber: '+91-(123)4567890',
text: "Hey! Mitravibe",
);
await launchUrlString('$link');

@nimr77
Copy link

nimr77 commented Feb 28, 2023

same

@deffs
Copy link

deffs commented Mar 3, 2023

I was able to get around this by launching the URL not in a WebView - mode: LaunchMode.externalNonBrowserApplication

@nimr77
Copy link

nimr77 commented Mar 7, 2023

I was able to get around this by launching the URL not in a WebView - mode: LaunchMode.externalNonBrowserApplication

me too after degging around, I think it should be by default like this, so we open the URL outside of the app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants