PhoneGap で構築した現在のアプリケーションに問題があります。画像が読み込まれていません:
http://i.stack.imgur.com/0p5bv.png
これが私のコードです:
<div id="center_content">
<div id="dashboard">
<a href="#scheduler" onclick="loadxml();">
<img src="images/horario.png" class="dashboard_icon"/></a>
<a href="#tests" onclick="loadjson();">
<img src="images/examenes.png" class="dashboard_icon"/></a>
<a href="#"><img src="images/tareas.png" class="dashboard_icon"/</a>
<a href="#"><img src="images/tareas.png" class="dashboard_icon"/></a>
<a href="#"><img src="images/herramientas.png" class="dashboard_icon"/></a>
<a href="#"><img src="images/configuracion.png" class="dashboard_icon"/></a>
<img src="images/tareas.png" class="dashboard_icon"/>
<img src="images/tareas.png" class="dashboard_icon"/>
<img src="examenes.png"/>
</div>
</div>
編集2:そしてここでアプリケーション構造:
PG\assets\www (html ページを含む) と画像フォルダー...PG\assets\www\images\
この問題を解決する方法はありますか?