Skip to main content
AmethystLegend
Participant
February 28, 2013
Question

Open a link within the HTML of a StageWebView to iPad's Safari..?

  • February 28, 2013
  • 1 reply
  • 392 views

Is this possible using javascript or HTML?

This topic has been closed for replies.

1 reply

Lars Laborious
Legend
March 1, 2013

Listen for LocationChangeEvent. Then use webView.stop() and event.preventDefault() to stop the link from loading inside the webview. And finally use event.location.toString() to get the link and open it using navigateToURL.