Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I use super.loadUrl("http://myserver.com/index.php"). So far I have all the content (js, images ...) on the webserver which works fine. However, I would like to embed larger images and javascript directly into the apk, so that the app gets faster in "low-bandwidth locations".

Is it possible to reference a local image (in the apk) from the php file? I tried img src="file:///android_asset/www/images/image.png, but the image is not displayed then.

Thanks for any input on this,

Dirk

share|improve this question
try src="/www/images/image.png" Hope you also have the image in that folder :) – dan Jan 6 '12 at 15:39
well, if I use a relative path in a php file that is on the web server it will reference to myserver.com/www/images/image.png, correct? So, how can I point to the phonegap app's folder, which is in case of a local html file src="file:///android_asset/...? – Dirk Jan 7 '12 at 18:08

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.