im develop app with phonegap and create index.html -> html5 and of course use jquery
this illustration syntax index.html:
<ul data-role="listview" data-inset="true">
<li><a href="#jk">
<img src="http://xxxx.com/demo/m/images/icon_menu1.png" width="88" height="88"/><h3>menu1</h3>
<p>Eat & Drinks</p>
</li>
</ul>
but can not load when im open my app demo in android
my problem is " can not load image external for icon LIST "
can you help me ?
my plan : i think need download my images in local and load ...its possible for app using phonegap ?
thanks jk