Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

On a website i'm developing, when viewed on an iPhone application (UIWebView) i want all links to open in Safari and not inside the UIWebView.

I'am looking for an HTML/Javascript only solution and not Objective-C because i'am develioping web application not an iPhone app.

Adding the attribue target="_blank" on anchor links would it do the job? I would try it myself if i own an iPhone.

Thanx

share|improve this question
So what is the scenario where your web page is viewed inside a UIWebView? – Wain 2 days ago

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.