I am developing application which will run on mobiles like blackberry,iphone and android using phonegap framework. My simple code is :
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Phonegap app with jQuery Mobile</title>
<script src="phonegap.js">
</script>
</head>
<body>
<img src='http://l.yimg.com/a/i/ww/met/yahoo_logo_in_061509.png' />
</body>
</html>
but the issue is, Image is not displaying in blackberry mobile
It works fine in Android,iPhone mobile but not in Blackberry, it just shows not found image sign...
First application freeze for 2-3 minutes then display following screen.

Please help me.
Thanks.