Hi all,
Today we're rolling out support for the Cordova (fka PhoneGap) 1.5.0 release on PhoneGap Build. You can now build apps for iOS, Android, BlackBerry, webOS and Symbian that target 1.5.0.
The 1.5.0 release is the first release of the project as Apache Cordova, rather than PhoneGap. Most of the JavaScript APIs should be the same. For PhoneGap Build users, you can still use:
to get the appropriate JS code for each platform into your page; you can also write:
if you'd like to make the distinction more obvious.
If you're using the ChildBrowser plugin on PhoneGap Build for Android and iOS, please note that the 1.0.1 release is not compatible with Cordova 1.5.0 - please update your feature tags in your config.xml to the following:
If you wish to keep your app on the 1.4.1 release of PhoneGap, make sure you're using the ChildBrowser 1.0.1 tag.
Let us know how it works!
Cheers,
Andrew
PhoneGap Build
Today we're rolling out support for the Cordova (fka PhoneGap) 1.5.0 release on PhoneGap Build. You can now build apps for iOS, Android, BlackBerry, webOS and Symbian that target 1.5.0.
The 1.5.0 release is the first release of the project as Apache Cordova, rather than PhoneGap. Most of the JavaScript APIs should be the same. For PhoneGap Build users, you can still use:
<script src="phonegap.js"></script>
to get the appropriate JS code for each platform into your page; you can also write:
<script src="cordova.js"></script>
if you'd like to make the distinction more obvious.
If you're using the ChildBrowser plugin on PhoneGap Build for Android and iOS, please note that the 1.0.1 release is not compatible with Cordova 1.5.0 - please update your feature tags in your config.xml to the following:
<feature name="http://plugins.phonegap.com/ChildBrowser/2.0.0" />
If you wish to keep your app on the 1.4.1 release of PhoneGap, make sure you're using the ChildBrowser 1.0.1 tag.
Let us know how it works!
Cheers,
Andrew
PhoneGap Build



