Map + keyboard = ugly animation?

2647
2
06-09-2016 08:11 AM
D_R_
by
New Contributor II

Hi,

Whenever I open modal dialog window (with EditText in it) over the map, keyboard opening is triggered. This causes ugly map animation: map repositions and then comes back to original position. It takes less than a second, but looks ugly.

The same happens when I have EditText with a ListView.

Any solution?

Tags (3)
0 Kudos
2 Replies
AlexanderNohe1
Occasional Contributor III

Can you provide sample code and/or a gif demonstrating this animation that you are seeing?

0 Kudos
D_R_
by
New Contributor II

I can't do this at the moment, but I guess it's normal behavior of layout and you can't do much about it. This happens because remaining space shrinks. The problem is solved with `android:windowSoftInputMode="adjustPan"`, but other issues appear...

0 Kudos