Why does Cordova 2.7.0 JS seemingly no longer work on remote pages?

前端 未结 6 1595
执笔经年
执笔经年 2021-02-06 00:48

Background

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

6条回答
  •  甜味超标
    2021-02-06 01:15

    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

提交回复
热议问题