Jquery Mobile Needed Absolute Path?
I built an web-app using the the JQuery Mobile multi page template http://jquerymobile.com/demos/1.0rc1/docs/pages/page-anatomy.html
It looked fine on HTC Desire HD, iPhone, iPad but not on my friends Samsung and HTC Desire. After multiple code tweeks I realised if i changed all my relative paths to absolute paths it worked fine.
Do I need to link every object I build using JQM in this manner or is there something inside the开发者_如何学C head tag I can add??
There are issues with relative paths. see https://github.com/jquery/jquery-mobile/wiki/Refactor:-navigation-paths
精彩评论