I have an Android application that generates some HTML which is rendered locally, in a Webkit view.
The details of the HTML generation aren\'t really that important exce
Interesting question.
Looking in Firefox, if an image doesn't load, its naturalHeight (and width too) is 0. You could probably use some javascript in android to read a similar property. My test script in Firebug was simply:
document.getElementsByTagName('img')[0].naturalHeight