Well then it sounds more like an HTML problem. Maybe write out the dynamic HTML and take a look at it in a text editor or a desktop browser?
SJ On Mon, Jan 10, 2011 at 3:52 PM, Neilz <[email protected]> wrote: > Well the reason I'm looking for a way around this is: > > The WebView loads the textual content, then a second or so later the > image loads from the given URL. But when the image loads into the > WebView, it screws up the text that is already on display. For some > reason it makes it all garbled and unreadable. So I'm trying to think > of a way to have the image ready before the WebView loads. > > On Jan 10, 8:42 pm, Stephen Jungels <[email protected]> wrote: >> If the image is cached in a format that is understood by the browser >> (ie JPEG, PNG), you should be able to create a content provider that >> will feed the image to the browser via a custom scheme. >> >> On the other hand this could end up wasting a lot of memory so is >> there a need to cache the image, rather than letting the WebView >> handle that? >> >> SJ >> >> On Mon, Jan 10, 2011 at 2:59 PM, Neilz <[email protected]> wrote: >> > Perhaps I need to save the Bitmap somewhere on the device prior to >> > calling my img src in the webview? >> >> > I wouldn't want to use the SD card though, it would need to be >> > internal to the app... and how would I refer to it from the src tag? >> >> > -- >> > You received this message because you are subscribed to the Google >> > Groups "Android Developers" group. >> > To post to this group, send email to [email protected] >> > To unsubscribe from this group, send email to >> > [email protected] >> > For more options, visit this group at >> >http://groups.google.com/group/android-developers?hl=en > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

