This repository has been archived by the owner on Aug 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 109
Clicking on a link inside the application should open it in an external browser #142
Closed
Labels
Comments
💯 |
Accidentally opened an issue on other project. Please add an option for selecting an external app which is used for opening the clicked URL instead of displaying inside the app. |
Any progress on this? The in-app browser is really slow and difficult (impossible? It tends to crash the app for me) to close. |
Would love if this got solved.. This is the biggest complain on the app we receives. Is the solution in the app or is it in the server side? |
Me too. This is the the worst problem I have with the mobile app right now. |
@flaviogrossi would you be willing to open a PR with these changes? |
flaviogrossi
added a commit
to flaviogrossi/Rocket.Chat
that referenced
this issue
Jun 9, 2017
@geekgonecrazy PR sent, please let me know if you find any issue with the code |
geekgonecrazy
pushed a commit
to RocketChat/Rocket.Chat
that referenced
this issue
Jul 7, 2017
… not at all (#7205) * fix url click events in the cordova app fixes RocketChat/Rocket.Chat.Cordova#142 * make urls regexp case insensitive since mobile devices often autocapitalize them
reist
pushed a commit
to seekingalpha/Rocket.Chat
that referenced
this issue
Jul 25, 2017
… not at all (RocketChat#7205) * fix url click events in the cordova app fixes RocketChat/Rocket.Chat.Cordova#142 * make urls regexp case insensitive since mobile devices often autocapitalize them
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Now it opens the link inside the application which isn't expected behaviour, and it is incredibly annoying and slow as well.
It should either open links in a chrome custom tab (https://developer.chrome.com/multidevice/android/customtabs) or in an external browser as a quick fix.
The text was updated successfully, but these errors were encountered: