android WebView change color -


i want change background color of webview when press button.. use use webview.setbackgroundcolor(color.blue); color never changes until load on webview.. know how fix this?

thank you!

you call invalidate() on webview object. see here.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -