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

fix(android): open external links in browser #5913

Merged
merged 1 commit into from
Sep 14, 2022
Merged

Conversation

jcesarmobile
Copy link
Member

If the url the user wants to open contains the app url it's being navigated instead of being open in the browser because the url check was checking "contains". Using "startsWith" solves the problem.

closes #5786

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

Successfully merging this pull request may close these issues.

bug: external link opens in webview instead of browser
3 participants