Android screen flicker when keyboard pops up
Unsolved
Mobile and Embedded
-
wrote on 18 Feb 2025, 17:59 last edited by
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? -
wrote on 21 Feb 2025, 14:29 last edited by
I have worked around this by using "adjustNothing" and get keyboard geometry from Java code.
1/2