Reputation: 5129
I'm looking for example of how to combine native ui views in a phonegap/cordova project in either ios. I like the phonegap approach but in particular, long lists can be a bit chunky on a web view, so i'd prefer to implement those directly with a native UITableView. Ideally the UITableView click handler would pass the user off to a phonegap window.
I've been trolling around in the source code of the Cordova project but I figured if it scomes to that I'm probably overlooking something obvious. I obviously could just hookup a UIWebView but then i'd be missing the javascript API hooks that PhoneGap/Cordova provides.
Upvotes: 1
Views: 1439
Reputation: 3963
I have used the Embedding Cordova WebView on Android ... and its works perfect ...
But in an other case I created native plugins instead of, in this way, the app is more simple
Upvotes: 0