forked from zulip/zulip-flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
content: Open links externally on iOS
On iOS we prefer LaunchMode.externalApplication because (for HTTP URLs) LaunchMode.platformDefault uses SFSafariViewController, which gives an awkward UX as described here: https://chat.zulip.org/#narrow/stream/48-mobile/topic/in-app.20browser/near/1169118 Fixes: zulip#280
- Loading branch information
1 parent
4932db1
commit c4c1a61
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters