Usage of a Webview in our apps

Monkey Forums/Monkey Programming/Usage of a Webview in our apps

Lugato(Posted 2013) [#1]
Hello to all,

I think we need a library that can instantiate a webview in our games I don't talk about a monkey phonegap. I believe we can use the webview in other parts of our games such as:
- Deliver a list of our games directly from a webserver
- Collect statistics access of our games
- Use Facebook (authentication, posts, user list among other characteristics)
- Facilitate the creation of manuals in our games because we will use the concept of html, css, js and images
- Maybe a SQLite html5 :)

Our friend forum Fred is trying to make a module that can help us to create a webview in html5, flash, ios and android:
https://github.com/tluyben/Monkey-WebView

html5, flash and ios are working :) but he need some help in the android version.. can someone can help him/us to conclude the module :)

[] s