protected function printBtn_clickHandler(event:MouseEvent):void
{
var webView:StageWebView = new StageWebView();
webView = new StageWebView();
webView.loadURL("https://www.bobcards.com/images/pdf/Annexure_d.pdf");
webView.viewPort = new Rectangle(0, 0,this.stage.stageWidth, this.stage.stageHeight);
webView.stage = this.stage;
}
This is my code it runs well on desktop but not running on android mobile. Kindly sugggest me how to do. Thanks & Regards