Open a web page in a flex mobile app
问题 I am developing a Flex mobile app, I use the navigateToURL function, It open the web page into the default web browser but I would like to open the web page into the application when I click on the button. The full code of my app: <?xml version="1.0" encoding="utf-8"?> <s:View xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" title="Test"> <fx:Script> import flash.net.URLRequest; import flash.net.navigateToURL; import flash.display.MovieClip; import flash