4

I have a problem using the ionic-plugin-keyboard in my ionic 1 app. It works fine on iOS but it doesn't scroll in Android hiding the input field sometimes.

I'm using android:windowSoftInputMode="adjustPan" in my Manifest and these are my input fields

<label class="item item-input">
  <input type="text" placeholder="E-mail" ng-model="user.email">
</label>

Fullscreen is disabled in config.xml but enabling it as suggested here doesn't work too.

<preference name="fullscreen" value="false" />

Any tip on how to solve this?

enter image description hereenter image description here

Devid Farinelli
  • 7,514
  • 9
  • 42
  • 73

0 Answers0