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. Depending on the DPI, Android will choose the right image. img src = "file: ///android_res/drawable/myimage.png"
Comments
Post a Comment