Skip to main content
Inspiring
October 14, 2013
Question

Adobe Air Browser (HTMLLoader) Doesn't Support HTML5

  • October 14, 2013
  • 1 reply
  • 1610 views

Is there any way to replace the HTMLLoader that is in the Adobe Air SDK with one of the native browsers on the user's system?

In my Air app, there is an inline browser that loads content from a website that looks and works fine in native IE, Safari, Firefox, or Chrome... But the Air browser apparently doesn't support local storage... And the page I try to load inline requires that support.

This topic has been closed for replies.

1 reply

chris.campbell
Legend
October 17, 2013

Unforunately, not with HTMLLoader but you can with StageWebView by passing in true in the constructor.

http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/media/StageWebView.html#StageWebView()