Where do I find cordova.js?

前端 未结 4 994
别那么骄傲
别那么骄傲 2020-12-13 02:07

I\'m writing a mobile app with HTML5, Javascript and CSS3. I\'m using phonegap.

So if I use something like this.

4条回答
  •  长情又很酷
    2020-12-13 02:51

    I also wasted a lot of time trying to figure out what was going on here, because not even George's solution was working for me.

    Finally I realized that, as my index.html page is not in the root of the www folder, but inside a subdirectory of it, I should be then setting a relative path for the cordova file (i.e. src="../cordova.js").

    Hope it helps anyone else having the same [dumb] issue.

提交回复
热议问题