chrisbanes/insetter

Issue with animated inset keyboard padding

Closed this issue · 2 comments

I am facing a few issues with using the animated ime support in my app. As you can see the edittext's animate upwards and drop back again behind the keyboard

Went through a few issues and i think the issue is similar to #93. Hence, i tried applying the padding to the linearlayout as recommended there but the issue persists as shown in the attached video.

I have attached my project along with relevant commit https://github.com/kriticalflare/SocietyApp/tree/84088adbab5e7dae533ae5dc443aaa2c3c0c38be

animated.ime.mp4

@kriticalflare
Do you use fitsSystemWindows="true"?
I had this issue when use this in the root view

I had the same issue fitsSystemWindows="true" helped me but should we really use fitsSystemWindows according to this video. This confusing a lot. Why we need to even thinking about moving view below the status bar....