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
Like me if you are using Cordova 5.1.1 and want to access native functionality after redirect then copy cordova.js, cordova_plugins.js and plugins folder which is at \platforms\platform_name\assets\www\ and put them on server, finally reference cordova.js inside your html. After every plugin add make sure to update these files and folder.