Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
AJAX経由でローカルXMLファイルをロードするためにjQuery(v1.8.2)を使用しているPhoneGap(v2.1)プロジェクトがあります。XML ファイルは .apk に含まれているため、相対パス (xml/myXMLfile.xml) を使用します。
AJAX 呼び出しは毎回 404 を返します。同じコードが PhoneGap v2.0 を使用して機能します。