How can I show an image file using WebView? It just shows the bytes of the image. I looked on the documentation page and I could not find an answer.
import android
droid = android.Android()
droid.webViewShow('file:///sdcard/Download/grand_canyon.jpg', None)