10-27-2010 09:13 AM
Does the implementation of AIR on the BB Playbook support HTML/Javascript AIR applications??
Thanks guys!
10-29-2010 05:31 AM
Your type of question has been pretty common...I'm no expert but it seems you will have to wait a while longer before any of those are officially supported by the new SDK, if and whenever it is going to be released. Hope this helps a bit!
11-03-2010 07:24 PM
The AIR runtime supports many features. It also supports profiles for different platforms (Dekstop, Mobile, and TV). The BlackBerry Tablet OS SDK supports the AIR "mobileDevice" profile. You can check out the different classes and features that are available for the different AIR profiles here:
http://help.adobe.com/en_US/air/build/WS144092a96f
The HTMLLoader class typically used when the AIR runtime has full WebKit integration, this full WebKit integration allows for JS/HTML based AIR application to be developer is not in the "mobileDevice" profile.
The "mobileDevice" profile and AIR 2.5 does support a new class called StageWebView:
This class leverages the native WebKit engine on the device and not in the AIR runtime.
Also you might want to look at the PlayBook specific API class that extends StageWebView called QNXStageWebView. There is not a lot of documentation at this point in time on a lot of specific APIs and they might not be in the finished product as currently available.
12-07-2010 04:09 PM
Does somebody already tried it?