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

