Skip to content

Instantly share code, notes, and snippets.

View 47vigen's full-sized avatar
🙇‍♀️
learning

Vigen Pouya 47vigen

🙇‍♀️
learning
View GitHub Profile
@felquis
felquis / url-schemes.md
Last active July 23, 2024 12:49
iOS, Android browser apps URL Schemes to handle URL between browsers, and apps..

Assume the user is on a mobile device iOS Safari (Or other browser), but you want a link to open into any other specific mobile browser app like Chrome, Safari, Firefox, Opera, Arc... How do you do that?

Chrome

To open on Chrome

<a href="googlechrome://example.com">try it on Chrome</a>

check out Chrome iOS Docs for more information