flex - stagewebvie is not displaying page in ipad -


i have written code

protected var swv:stagewebview = null; private var url:string = new string(stringnaveed.text); protected function view1_creationcompletehandler(event:flexevent):void         {         // todo auto-generated method stub         if(stagewebview.issupported == true)         {                                swv = new stagewebview();             swv.viewport = new rectangle(0,80,600,600);             swv.stage = this.stage;             swv.loadurl(url);         }     } <s:label id="stringnaveed" text="http://www.formpfplus.com/ai/new_faq.htm" visible="false">  </s:label> 

but when diploying on device doesnot show anything

stagewebview not available ipad, android. on blackberry have use qnxstagewebview.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -