WebView method CaptureBitmap seems to work very unstable on html loaded page?
Here's my code, I just have one time got the file correctly, other times, it give me a broken file:
vWeb.LoadHtml(webContent)
...
vWeb.CaptureBitmap.WriteToStream(File.OpenOutput(File.DirInternalCache, "share.png", False), 100, "PNG")
could anyone help? thanks!
Here's my code, I just have one time got the file correctly, other times, it give me a broken file:
vWeb.LoadHtml(webContent)
...
vWeb.CaptureBitmap.WriteToStream(File.OpenOutput(File.DirInternalCache, "share.png", False), 100, "PNG")
could anyone help? thanks!