Re: Documentation on Android/Cordova Webview

2015-01-20 Thread Mike Dawson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I've now gotten from a blank command line to having a working testable project with an embedded Cordova WebView and plugins installing; 1. Use the normal Cordova CLI to create a project 2. Use Android CLI to create a new Android project; set

Documentation on Android/Cordova Webview

2015-01-12 Thread Mike Dawson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Cordova Dev List, I'm looking to build a Hybrid app version and tried following: http://cordova.apache.org/docs/en/4.0.0/guide_platforms_android_webview.md.html#Android%20WebViews I think this might be a bit out of date. I am running Cordova

Re: Documentation on Android/Cordova Webview

2015-01-12 Thread julio cesar sanchez
If you unzip this, you have the framework directory https://www.apache.org/dist/cordova/platforms/cordova-android-3.6.4.tgz 2015-01-12 12:55 GMT+01:00 Mike Dawson m...@ustadmobile.com: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Cordova Dev List, I'm looking to build a Hybrid app

Re: Documentation on Android/Cordova Webview

2015-01-12 Thread Josh Soref
Mike Dawson wrote: I'm looking to build a Hybrid app version and tried following: http://cordova.apache.org/docs/en/4.0.0/guide_platforms_android_webview.md .html#Android%20WebViews I think this might be a bit out of date. Well, it isn't technically wrong, IMO it could definitely use some love.

Re: Documentation on Android/Cordova Webview

2015-01-12 Thread Mike Dawson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Many thanks for the info here; perhaps someone from cordova-android can specify if using cordova create or download the jar is best practice? I can then fork it to update webview.md; check it all the way through and then contribute it. Thanks!