I\'m attempting to upgrade an iOS app built on Cordova 2.0 to version 2.7.
It\'s basically a welcome screen that points to a remote search engine (p
create a file cordova_plugins.json that contains {}. then go to cordova-2.7.0.js and comment this line require('cordova/channel').onNativeReady.fire(); then when development done, add it back
cordova_plugins.json
{}
cordova-2.7.0.js
require('cordova/channel').onNativeReady.fire();