Hi, I did the test to load pdf file in Andriod tablet, but I can not show the pdf inside the application.
private var webView:StageWebView;
webView = new StageWebView();
webView.stage = this.stage;
webView.viewPort = new Rectangle( 0, 0, stage.stageWidth, stage.stageHeight);
webView.loadURL("http://www.testurl.com//pdf/test1.pdf")
Do you have experience to show pdf file with StageWebView?
Please give me a idea if you have. Thanks a lot
Mark

