Phonegap 1.9 Cordoba webview, what's the difference?

Sorry for such a strange question, but I can not find the answer on my own page of web pages.

1.9 is said to include cordova web browsing, which I think replaces native web browsing.

But what is the main benefit and difference in these web views?

Higher speed, integrated integration or something else?

+5
source share
3 answers

The CordovaWebView extends its own WebView and adds the bits needed to make calls to the native layer from JavaScript. Documents are prepared on it, but to view the example, you can see:

https://github.com/infil00p/CordovaActionView

+7
source

- cordova , , .

web- cordova webapp, , -, . .

, , - PhoneGap - 1.9.0, , 2.7.0.

.

+2

Adobe acquired Phonegap and changed its name to Cordoba. Cordoba web browsing allows you to display HTML pages, and phonegap frameworks allow you to use device functions using the javascript API (sensors, contacts, camera, etc.).

+1
source

All Articles