DEV Community

leminhduc1202
leminhduc1202

Posted on

Answer: Android: ScrollView not scrolling with keyboard out

In my case any of the solution above does not work until I REMOVE

getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);

in my activity, I use that code to get a full screen display. Maybe for certain cases, try to remove any setup of full screen to make any of the above solution works.

Top comments (0)