android:windowSoftInputMode="adjustPan" is not showing any effect in Modal

173 views Asked by At

when any TxtInput is focused, Then keyboard will push the bottom buttons as keyboard comes up. But his behaviour can be avoided with this line,

android:windowSoftInputMode="adjustPan"

But this line is showing effect in normal pages only but not in Modals.

Is there anything to do besides to above mentioned line to have the desired output in Modals as well?. Thank You.

0

There are 0 answers