Is it possible to open the external browser from within a web page in StageWebView?

519 Views Asked by At

I'm using Adobe Air 4 to build an Android app. Is it possible to open the external browser from within a web page in a StageWebView? (e.g. the Android default browser)

2

There are 2 best solutions below

0
On

I dont know for which purpose you like to open external browser, for mobile, StageWebView is always takes system browser engine to load html page. In desktop it supported by using StageWebView( true ). Please refer this link, you can find the solution.

http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/media/StageWebView.html

0
On

if i remember correctly, adding a target=_blank would open the current default browser on iOS -- probably on android works the same. but i'm not 100% sure :)