any way to scale down with StageWebView the current code like following
webView = new StageWebView();
webView.stage = this.stage;
webView.viewPort = new Rectangle( 0, 0, stage.stageWidth, stage.stageHeight);
webView.loadURL("http://www.google.com/")
but I can not use scaleX/scaleY for webView. I need the app can use in a small
screen device so I need scale down webView.
Thanks a lot for your help
Mark

