Meteor team just released Meteor 1.2-rc7, which includes the latest cordova integrations.
Cordova has been updated to 5.2.0, the latest version at the time of release. This includes Cordova Android 4.1 and Cordova iOS 3.9.
I thought this package is only to support a higher cordova version than Meteor used to support, so that we can use Wkwebview. Now that Meteor supports the latest cordova version, I thought I could just do
meteor add cordova:[email protected]
The package was added successfully, but the app crashed on iphone. After I removed the package, it started working again. Could you provide me with some insight to resolve this problem?
Meteor team just released Meteor 1.2-rc7, which includes the latest cordova integrations.
I thought this package is only to support a higher cordova version than Meteor used to support, so that we can use Wkwebview. Now that Meteor supports the latest cordova version, I thought I could just do
meteor add cordova:[email protected]The package was added successfully, but the app crashed on iphone. After I removed the package, it started working again. Could you provide me with some insight to resolve this problem?