@Android display /res/viewable in WebView

This worked in android 2.2

<img src = "https://stackoverflow.com/questions/2630829/file:///android_res/drawable/q1.png" />

where q1.png is in the res/drawable-hdpi folder

Leave a Comment