cordova - Android PhoneGap: use res/drawable/img.png in html file -


I'm new to PhoneGap, I want to display images from Android Research. My index.html file is worth drawing / img.png

Is it possible in Android Phonegap? Can anyone explain clearly?

If you need to insert an image into your custom HTML file, then you will see the images in the reserve directory With no problems, it is on Android ICs. img src = "file: ///android_res/drawable/myimage.png"

Depending on the DPI, Android will choose the right image.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -