layout: post author:
name: Steve Gill
url: https://twitter.com/stevesgill
title: "Cordova iOS 4.1.0" categories: announcements
We are happy to announce that Cordova iOS 4.1.0
has been released!
This release addresses issue CB-10530, which was an issue with your apps periodically freezing directly after starting.
A new version of the cordova-cli
will need to be released to pin this version of cordova-ios as the default version when creating a new project. If you want to start using this version now, make sure to specify the version when doing a cordova platform add/update
.
To upgrade:
npm install -g cordova
cd my_project
cordova platform rm ios
cordova platform add ios@4.1.0
To add it explicitly:
cordova platform add ios@4.1.0
node_modules
bin/node_modules
create.js
to grab node_modules
from root, updated package.json
plugin_list
moduleicon.png
Images.xcassets
: A 83.5x83.5@2x app icon is required for iPad apps targeting iOS 9.0 and laterios-deploy
wifi mode when deploying to a device<allow-intent>
and <allow-navigation>
error logsios-sim
to 5.0.6
config.xml
file per CDVViewController
instanceCordovaLib.xcodeproj
to recommended settings in Xcode 7.2WebKit
Error after migration to iOS@4.0.0DisallowOverscroll
not workingCDVViewController
appURL
is nil
if wwwFolderName
is the path to a resource bundle