DaveVockell
Posts: 0
Joined: Thu Dec 12, 2013 10:26 am

HTML link to open Safari (or other local browser)

I am placing some HTML in a page. I want to edit the HTML before I place it in the block so that it opens SAFARI when you click it. This isn't "open a page" from an on-click or from javascript -- this is HTML in an HTML block.

obullei
Posts: 0
Joined: Thu Jun 05, 2014 12:17 am

HTML link to open Safari (or other local browser)

Hello!

Please specify do you have the same issue in other browser?

DaveVockell
Posts: 0
Joined: Thu Dec 12, 2013 10:26 am

HTML link to open Safari (or other local browser)

I am on an iphone, so I only have Safari. I want it to open Safari, not just spawn another window in the app.

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

HTML link to open Safari (or other local browser)

Hi Dave,

Please try this code:

pre

window.open('http://www.yourdamain.com', '_system');

/pre

Aslo you can read more details here:
http://stackoverflow.com/questions/17...

Regards.

Return to “Issues”