Over the holiday weekend Cordova 3.5.0 was released. You can read details about the update here: Apache Cordova 3.5.0. Another update was to the documentation, which now includes a What's Next guide that talks about what Cordova developers should learn, think about, and bookmark for future reference after they've learned the basics. I think this is an important piece of documentation and I'm happy to see it finally published. (Oh, and I may be a bit biased as I wrote the first draft. ;)
Also released is a new Security Guide for Cordova developers. Definitely check this out as well.
Archived Comments
In the What's Next guide there are asterisks after a lot of links. What's This? Curious only because JQM seems like only UI without it and I use JQM.
Thanks for writing it!
It is a CSS style for external links.
Hmm, did not know that. I recall it pointing to footnotes. JQM link is broken too.
Thank you Raymond!
Phonegap still is 3.4 when I try to install via Node.js.
PhoneGap lags a bit behind Cordova. The Cordova CFL is at 3.5, as the title of this blog post says. The PhoneGap CLI is not yet there.
But I couldn't find latest download link(cordova-3.5.0-src.zip). Please help me to get that. Thank you.
For the SDK? You install via npm now.
Frankly I don't know anything about that, I'm just a dumb beginner to this one. Please redirect me to some URL for those steps. I think first of all I need to download SDK to start but don't know where is the URL of SDK(latest 3.5 version). Thank you again Ray.
I'd start here: http://cordova.apache.org/d...
Hi, i've followed setup instructions (npm and sdk download)
Now i have Phonegap (3.5) and android API 19 BUT on the android emulator the demo project (Phonegap coreate ProjectName) does not work!
It seembs Device Ready event is not fired (or catched)
Any solution?
Regards
Andrea
So to be clear, you didn't modify the default project?
Same problem as Andrea, but on real device.
npm install -g phonegap
phonegap create hello
cd hello
phonegap build android
phonegap install android
"Connecting to device" never changes to "Device is ready". Added some console.log output to verify that all of the initializing and binding is taking place, but deviceready is never triggered.
Any advice?
Thanks,
Joe
Try Chrome Remote Debugging and see if something is fubared.
Thanks, I'll give it a try (if I can ever get remote debugging to work on this cheap Verizon tablet).
Maybe this is just a newbie misunderstanding, but I had to edit the index.html created by "phonegap create" and change "phonegap.js" to "cordova.js" in order to get it to work.
Weird. Please file a bug report though, ok?
Hi Mike,
It seems the 3.5 release is not available as a zip. Do you know anything about that?
I know npm is the preferred approach (and I've done that), but the tutorials for Visual Studio suggest downloading the zip instead, so either they need updating or the zip needs to be made available.'
Thanks!
Same issue for me, after upgrading, no more deviceready.
I had the same problem with v3.4, but I don't remember the solution.
Any Idea?
So to be clear, in the simplest app possible, deviceready is never fired? Did you try the default app used w/ create?
Hi! i've the same problem with version of cordova 3.5.1. ¿have you finally solve the problem?