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

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -