Skip to main content
Participant
February 11, 2012
Question

open link from air for ios in safari

  • February 11, 2012
  • 3 replies
  • 1569 views

Is it possible to open a link from stagewebview in safari? This is regarding AIR for iOS.

This topic has been closed for replies.

3 replies

dmvjsAuthor
Participant
February 11, 2012

doh! too easy. navigateToURL of course

Colin Holgate
Inspiring
February 11, 2012

navigatetourl() is the answer to how you get Safari to open with a given page, but for completeness, can you say how you get that url from the stagewebview?

dmvjsAuthor
Participant
February 11, 2012

I'm actually using stagewebviewbridge which extends stagewebview (but is much more excellent). it's got js to as and as to js communication and some other stuff that stagewebview can't do.