new File(new File("app:/map-simple.html").nativePath).url doesn't work on Android
Hello,
import flash.media.StageWebView;
private var webView:StageWebView = null;
private function init():void{
var fPath:String = new File(new File("app:/map-simple.html").nativePath).url;
webView = new StageWebView();
webView.stage = this.stage;
viewPort = new Rectangle( 0, 0, stage.stageWidth, stage.stageHeight );
webView.loadURL( fPath );
}
new File(new File("app:/map-simple.html").nativePath).url doesn't work on Android
Thanks
