RocketChat / Rocket.Chat.ReactNative

Rocket.Chat mobile clients
https://rocket.chat
MIT License
1.91k stars 1.14k forks source link

feat: change default browser label #5651

Closed GleidsonDaniel closed 2 months ago

GleidsonDaniel commented 2 months ago

Proposed changes

Currently on iOS the system default option is labeled Safari, however this does not reflect reality, given that the system default can be any browser, and as we do not have access to which browser is the system default, the update of the label is necessary to avoid misunderstandings.

Note: Safari does not have a deeplink. See Apple's Documentation: https://developer.apple.com/library/archive/featuredarticles/iPhoneURLScheme_Reference/Introduction/Introduction.html

Issue(s)

How to test or reproduce

Settings > Default browser

Screenshots

After: 3C84B3F7-1C7E-42B1-85F2-428AC034894C

Before: C761A24B-DA27-4A05-84F5-794E955CC820

Types of changes

Checklist

Further comments

Jira: CORE-255