Does Phonegap support root relative path? What are the best practices?
问题 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 path? For instance Ionic framework for Hybrid Mobile development has such kind of path in their samples: <script src="//ionic/js/ionic.bundle.min.js"></script> What are the best practices for Phonegap's path? 回答1: Basically in phone gap development everything that concerns your code resides in the www folder. -myApp -www -index.html -img -js