@MisterDev wrote:
I'm 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 fields 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
:<preference name="fullscreen" value="false" />
but enabling it as suggested here doesn't work tooAny tip on how to solve this?
Posts: 8
Participants: 2