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

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

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

javascript - Chart.js - setting tooltip z-index -