Cordova 3.5.0 Now on PhoneGap Build

  • 1
  • Announcement
  • Updated 6 years ago
PhoneGap Build has added support for Cordova 3.5.0. To build with it, add the following to your config.xml:

<preference name="phonegap-version" value="3.5.0" />

For more deets on this release, check out the Cordova 3.5.0 release blog post on the Apache Cordova blog.
Photo of ryan

ryan, Developer

  • 1538 Posts
  • 132 Reply Likes

Posted 6 years ago

  • 1
Photo of ColinBau

ColinBau

  • 730 Posts
  • 18 Reply Likes
HI ryan
I found a big mistake in 3.5.0

when I use 3.4.0,core plugin and 3rd plugin all work done
but now I use 3.4.0,the 3rd plugin will all fail in "onDeviceReady"
trust me,really have this situation,a very hard work

I trace the code,compare and merge between with original 3.4 and latest 3.5 many many times...
finally found could be these code problem...

[my screenshot]
http://www.littlebau.com/01between.gif
http://www.littlebau.com/02between.gif
http://www.littlebau.com/03between.gif
http://www.littlebau.com/04between.gif
Photo of ColinBau

ColinBau

  • 730 Posts
  • 18 Reply Likes
problem solved
I notice some different way
whatever~solved~
Photo of Alex Pashley

Alex Pashley

  • 94 Posts
  • 1 Reply Like
It seems that hydration on iOS devices is not working with 3.5, it just hangs and doesnt get the latest version.

Also is there any planned solutions to fix the status bar on iOS devices without requiring a plugin in future