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
Post a Comment