I have a UIWebView displaying externally fetched content form an API. I want to be able to tap a link in that view and open that link in Safari. Currently tapping links doesn't do anything at all.
Also, and perhaps related, I have a javascript function triggered by an "onclick" that doesnt seem to be firing with the element gets tapped. Is a tap supposed to fire the onclick event, or is there some other event I can capture with javascript to do something with a tap on an html element?
Thanks for the help guys.
Also, and perhaps related, I have a javascript function triggered by an "onclick" that doesnt seem to be firing with the element gets tapped. Is a tap supposed to fire the onclick event, or is there some other event I can capture with javascript to do something with a tap on an html element?
Thanks for the help guys.