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

[Bug] Open URI's from the chat message #28

Closed
kirilllapshev opened this issue Sep 26, 2022 · 2 comments
Closed

[Bug] Open URI's from the chat message #28

kirilllapshev opened this issue Sep 26, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@kirilllapshev
Copy link

Describe the bug

When a message contains an uri, i get a ERR_UNKNOWN_URL_SCHEME

To Reproduce

Send a message containing a link and open it up!

Expected behavior

Open a dynamic link and redirect to another screen

Screenshots

Screen.Recording.2022-09-26.at.21.37.10.mov

Environment

  • OS: iOS, Android
@kirilllapshev kirilllapshev added the bug Something isn't working label Sep 26, 2022
@SebastienBtr
Copy link
Owner

Interesting, regular links work fine. It seems to be an issue with dynamic links (deeplinks).

I am able to reproduce it and I found that url_launcher has different launchModes, LaunchMode.externalApplication seems to solve the issue.

Next version will have this change, let me know in case the issue remains after that

@SebastienBtr
Copy link
Owner

SebastienBtr commented Oct 3, 2022

Fixed by 3e4e819

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants