Strange flickering with WebView after setting android:hardwareAccelerated="true" -


strange flickering webview after setting android:hardwareaccelerated="true" , mwebview.setbackgroundcolor(color.transparent)

a no one, no flicker.

i have enabled hardware acceleration application , have disabled activity. additionally set background "null", mentioned above. works me now. approach (untested): set layer type software rendering , set background color.transparent (or "0"): webview.setlayertype(view.layer_type_software, null);


Comments

Popular posts from this blog

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -