Reputation: 679
Anyone have some source code or something to do an application with html content?
I found it more easy than learning Java.
I want to do something like the phoneGap does but it works only with OS 5.0 and higher.
I found BrowserField
but wouldn't work with 4.5 (field2 api not found), and BrowserContent
I found it more difficult to learn.
Upvotes: 0
Views: 362
Reputation:
There is no way to make a PhoneGap or any webworks-like application for SDK 4.5.
The reason is simple, SDK 4.5 does not support BrowserField2 class, this class plays the main role in rendering of webworks application.
Upvotes: 2