Skip to main content
November 29, 2011
Question

<mx:HTML> only for desktop, StageWebView only for mobile?

  • November 29, 2011
  • 1 reply
  • 812 views

It is my understanding that mx:HTL for embedding HTML webpage response inside an application view is only for Air Destop.

It is my understanding that StageWebView loading a url+response into a web view (*not* launching an externam default browser window) only works for mobile.

QUESTION: How do i create an Air/Flex application that has an embedded webpage response inside my application view and have it run on mobile and desktop?  WebPage display is a CRITICAL function for applications (both mobile and desktop), so how do i develope a cross-planform application (Windows desktop, mobile android+iPhone+blackberry) ?

This topic has been closed for replies.

1 reply

Colin Holgate
Inspiring
November 29, 2011

StageWebView should work on desktop too.

November 30, 2011

i got it going now.

i was having a problem on mobile where stageWebView did not initialize correctly in Views.

when i moved my program out to use just a basic (non-view) app, StageWebView worked (initialized correctly on mobile) and i noticed it was now working nicely on the desktop as well.  i dont know if that was related or not.