Solving Rendering Artifacts in Frame Buffer with WebView and EditText on Android 5.0? -


after upgrading nexus 5 android 5.0, activity default focus on edittext not render correctly (edittext repeats down across screen grey dots in between , if click again or dump viewhierarchy uiautomator, return normal rendering).

(i upload image, don't yet have reputation images).

note: after have loaded webview within application (though in separate activity). same screen renders correctly prior loading first webview in application.

note: problem on android 5.0 , (so far) on nexus 5. not have 5.0 (non-nexus) device try.

edit: happened on htc 1 android 5.01.

note: have tried disabling hardware acceleration, modifying inputmode, , defaultfocus.

has seen or solved problem?

enter image description here

ended solving changing softinputmode (similar previous webview/keyboard issues, time native view , edittext).

getwindow().setsoftinputmode(windowmanager.layoutparams.soft_input_state_visible); 

Comments

Popular posts from this blog

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

java - Reading data from multiple zip files and combining them to one -