insetter icon indicating copy to clipboard operation
insetter copied to clipboard

Issue with animated inset keyboard padding

Open kriticalflare opened this issue 3 years ago • 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 https://github.com/chrisbanes/insetter/issues/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

https://user-images.githubusercontent.com/42350771/133146079-cd3ca98a-8451-4b2f-a82f-423bc5c30e79.mp4

kriticalflare avatar Sep 13 '21 19:09 kriticalflare

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

ViktoriiaPalykhata avatar Dec 11 '22 14:12 ViktoriiaPalykhata

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....

rusmichal avatar Mar 02 '23 21:03 rusmichal