Open urls in browser not WebView#4336
Open urls in browser not WebView#4336shaurya2612 wants to merge 5 commits intozulip:masterfrom shaurya2612:4323
Conversation
replaced NativeModules with Linking to open the url in a browser instance instead of a WebView
|
The linking API helps in opening links straight away in the browser and not in webview, thus eliminating extra steps which share info between Zulip and the default browser of the device. (mentioned in #4323) |
|
Thanks @shaurya2612 for the PR and the screenshots! Here's a few comments on this change:
We can have two versions of this function, named like Then the main work that'll be needed in order to finish this from here is to go through each of the different flows that use |
replaced NativeModules with Linking to open the url in a browser instance instead of a WebView
Made previous webview behaviour persist for android and created two seperate functions (openLink and openLinkEmbedded) for different use cases in iOS
|
This PR has been continued at #4343 as the current branch faced some rebasing issues. |


#4323 replaced NativeModules with Linking to open the url in a browser instance instead of a WebView