function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
adflintadflint 

Salesforce1 hyperlink to open directly in Safari?

Is it possible to have a visualforce page iin Salesforce1 with a hyperlink that opens a URL directly in Safari (not in the child browser from Salesforce1)

I tried using the javascript:

onclick="sforce.one.navigateToURL('http://google.com');"

but in order for this to open in Safari, I have to click "open in Safari".

the reason I need to do this is because I want to give our users a link in Salesforce1 to download a HTML5 web app to their home screen.

Any help is greatly appreciated!

- Anthony
Satish_SFDCSatish_SFDC
I have never tried this, but see if this link helps.

http://stackoverflow.com/questions/18879631/how-to-open-safari-from-a-webapp-in-ios-7

Regards,
Satish Kumar