Skip to main content
Participant
February 11, 2012
Question

open link from air for ios in safari

  • February 11, 2012
  • 3 replies
  • 1576 views

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

This topic is closed to new replies. Start a new post to keep the conversation going.

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.