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 - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -