I put together a little app to wrap an HTML5 app in B4A. Of course you could do this with phonegap, or something else, but you get a lot more power and control using B4A. Using jsinterface from webviewextras, you can interact between B4A code and your HTML5/js app. This opens up the full range of B4A features that you could access to make a hybrid app.
I put this together from other snippets I have found in the forums, so about the only thing I can take credit for is putting it all together in one place. I thought I'd share with others in case anyone else wants to be able to do this.
Some helpful things implemented within this app are the ability to change orientation without reloading the webview and the ability to use local storage.
Best regards,
Jack
I put this together from other snippets I have found in the forums, so about the only thing I can take credit for is putting it all together in one place. I thought I'd share with others in case anyone else wants to be able to do this.
Some helpful things implemented within this app are the ability to change orientation without reloading the webview and the ability to use local storage.
Best regards,
Jack