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

前端 未结 6 1637
执笔经年
执笔经年 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:17

    As Shazron mentioned the problem is the issue with the file"cordova_plugins.json".

    To solve the problem not changing the code you can create the "cordova_plugins.json" file in the root folder and insert a content between quotation marks inside this file. Mine for example has the following content:

    "Just a dummy file required since Cordova 2.6.0"
    

提交回复
热议问题