Android screen flicker when keyboard pops up
Unsolved
Mobile and Embedded
-
In AndroidManifest.xml I have:
android:windowSoftInputMode="adjustResize"
This properly resizes my window when the keyboard pops up. However the resizing causes an ugly flicker in the screen.
Is there a way to make that better?
Is it a bug? -
I have worked around this by using "adjustNothing" and get keyboard geometry from Java code.