Displaying a downloaded image in Webview

Inman

Well-Known Member
Licensed User
Longtime User
As the title says, I have an image that was downloaded with HttpClient (to DirInternal or External). Since I want to provide pinch-to-zoom gestures, I am thinking of displaying this image inside a webview. But I am not sure how to specify the path to this image.

Any idea?
 

coslad

Well-Known Member
Licensed User
Longtime User
Hi Erel

i tried your code , but if i try to show an large image , bigger than screen , the image doesn't been resized, is there a way to show all the image into the webview even though the image is bigger then the webview?

Thanks
 
Upvote 0
Top