2

In ionic when some stuff is outside ion-content and opens up keyboard then there is a white space shows where the keyboard appear, when keyboard close in the screen.

Vivek Chaturvedi
  • 530
  • 5
  • 16

1 Answers1

6

I found below solution for this -

Find inside platform/android folder

android:windowSoftInputMode="adjustResize"

You will find it around 3 places and replace it to

android:windowSoftInputMode="adjustPan"

Create new build and enjoy!

Vivek Chaturvedi
  • 530
  • 5
  • 16