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