That sounds like the Html5ApplicationVIewer component is the correponding item to the UIWebView component in iOS and Webview in Android, which is used by PhoneGap. http://developer.apple.com/library/ios/#documentation/uikit/reference/UIWebView_Class/Reference/Reference.html http://developer.android.com/reference/android/webkit/WebView.html
@Timur: This code should give you an idea how a Html5ApplicationViewer can be used: https://github.com/vinisketch/phonegap-qt/blob/master/PhoneGapApp/html5applicationviewer/html5applicationviewer.cpp How does the Html5ApplicationVIewer handle threading? And has anyone been working on PhoneGap / Apache Cordova compatibility for Mer in 2012? - Raju
