phonegap iOS can't find jQuery mobile map file -


i'm having issue jquery mobile css showing on ios simulator. when debug in safari error missing min.map file, i'm not using min file , it's in local folder. i'm using phonegap 4.0, jquery mobile 1.4.5 . generated new project command line , copied www content android project. works android , in local safari browser. i've tried href="./css/ solution.

<link rel="stylesheet" type="text/css" href="css/jquery.mobile-1.4.5.css" /> <script type="text/javascript" src="js/cordova.js"></script> <script src="js/jquery-1.11.3.js"></script> <script src="js/jquery.mobile-1.4.5.js"></script> 


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -