Does Phonegap support root relative path? What are the best practices?

后端 未结 2 1679
野性不改
野性不改 2021-01-11 18:48

I\'m really baffled after reading PhoneGap on iOS with absolute path URLs for assets and have a couple of questions:

  • Does Phonegap supports root relative pat

2条回答
  •  情歌与酒
    2021-01-11 19:35

    I stumbled upon this old thread while trying to solve the same/similar challenge with images not rendering on the device but, oddly, would render when running with a live server or with the Chrome browser.

    If you're reading this, the filespec to your image is also case-sensitive. Chrome doesn't care, but Cordova (Phonegap) does!

提交回复
热议问题