Android Question how Display Photo Captured image in webview img tag

sixvoz

Member
Licensed User
Longtime User
Hi, can someone give me info and sample on how dispaly a photo captured or a DrawBitmap in webview img tag?

Dim b As Bitmap
Dim c As Canvas
Dim SourceImageRect1 As Rect
c.DrawBitmap(b, Null, SourceImageRect1)
WebV.LoadHtml("<html><head></head><body><img src="& c.Bitmap &"style='width: 100%;'></body></html>")
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…