Skip to content

Instantly share code, notes, and snippets.

@o-az
o-az / url-schemes.md
Created June 8, 2025 12:13 — forked from felquis/url-schemes.md
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