Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Lolu chungechunge lwabekwa kunqolobane. Uyacelwa ubuze umbuzo omusha uma udinga usizo.

iOS work around for Firefox

more options

Andoid has a work around for iOS mobile devices which allows default safari web pages to be opened in Chrome easily from the safari bookmarks list. The "Open in Chrome" work around appears in the Safari bookmarks. Can the Mozzila guru's come up with a similar work around iOS mobile "bookmark"? The process of "sharing" for Firefox browser as suggested in firefox help is cumbersome and doesnt work easily. The chrome work around is quite good. However, I much prefer to use Firefox browser on all my devices. Here's the script I found for the "open in chrome" - I forgot where i found this script javascript:location.href=%22googlechrome%22+location.href.substring(4); Thanks.

Andoid has a work around for iOS mobile devices which allows default safari web pages to be opened in Chrome easily from the safari bookmarks list. The "Open in Chrome" work around appears in the Safari bookmarks. Can the Mozzila guru's come up with a similar work around iOS mobile "bookmark"? The process of "sharing" for Firefox browser as suggested in firefox help is cumbersome and doesnt work easily. The chrome work around is quite good. However, I much prefer to use Firefox browser on all my devices. Here's the script I found for the "open in chrome" - I forgot where i found this script javascript:location.href=%22googlechrome%22+location.href.substring(4); Thanks.

Okulungisiwe ngu ajb328

All Replies (1)

more options

I think the reason that works is Google Chrome creates a protocol handler definition in iOS so that any address starting with

  • googlechrome://www.example.com/ (regular)
  • googlechromes://www.example.com/ (secure)

is sent to Google Chrome instead of your browser.

I didn't immediately find an equivalent for Firefox. If I enter and submit

firefox://www.example.com/

in Safari's address bar, it asks if I want to open it in Firefox, but in Firefox, I just get a standard new tab instead of the specific page, so something is lost in translation. (Well. more specifically, the URL.)