Re: AW: Displaying HTML content in Flex Mobile Application

2014-05-06 Thread sam991
Yes Daniel, I am targeting all 3 platforms (iOS, Android, and windows) For iOS and Windows this stagewebview works fine but for Android i am using navigateToURL() which visits the browser and downloads it and help user to view it. -- View this message in context: http://apache-flex-users.2

AW: Displaying HTML content in Flex Mobile Application

2014-05-06 Thread Daniel Tiefenauer
Are you targeting Android devices too with your mobile application? If so, you should stay away from loading PDF-Urls with StageWebView, since this afaik only works on iOS devices. The reason for this is that StageWebView uses your device's system browser engine to render HTML. That's why it wor