cordova 3.0: Android: Connection is not defined

前端 未结 14 1751
情话喂你
情话喂你 2020-12-20 13:54

my first time experimenting with Apache Cordova 3.0.

downloaded lib, unziped cordova-android and cordova-js and created a project:

./create ~/Docume         


        
14条回答
  •  悲&欢浪女
    2020-12-20 14:15

    Much in the same time at the end was that no load the js plugins that referenced.          cordova_plugins.js

    it may happen that your project is not in the correct folder ... but in any case you can copy directly to a folder known for.

             assets / www / plugins / org.apache.cordova.network-information

          network.js "

          Connection.js "

    and loads in your html

提交回复
热议问题