ionic-team / cordova-plugin-ionic-keyboard

Keyboard Plugin for Cordova
Other
192 stars 177 forks source link

Scrolling focused input into view not working with form in modal #125

Open corran2go opened 4 years ago

corran2go commented 4 years ago

I've created a tabs-starter and added a modal with a form. When running on iOS Simulator or Device the keyboard overlays the form items and doesn't scroll the input into view until you type in some text.

I've tried the different resizeModes and disableScroll(true) of this plugin and didn't find a way to make this work correct.

Using up-to-date versions and created a demo repo

Ionic:

   Ionic CLI                     : 5.4.2 (/Users/mac-swerner/.nvm/versions/node/v10.16.3/lib/node_modules/ionic)
   Ionic Framework               : @ionic/angular 4.11.0
   @angular-devkit/build-angular : 0.801.3
   @angular-devkit/schematics    : 8.1.3
   @angular/cli                  : 8.1.3
   @ionic/angular-toolkit        : 2.0.0

Cordova:

   Cordova CLI       : 9.0.0 (cordova-lib@9.0.1)
   Cordova Platforms : ios 5.0.1
   Cordova Plugins   : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 4.1.2, (and 4 other plugins)

Utility:

   cordova-res : not installed
   native-run  : not installed

System:

   ios-deploy : 1.9.4
   ios-sim    : 8.0.2
   NodeJS     : v10.16.3 (/Users/mac-swerner/.nvm/versions/node/v10.16.3/bin/node)
   npm        : 6.12.0
   OS         : macOS Mojave
   Xcode      : Xcode 10.3 Build version 10G8
danieljameswilliams commented 4 years ago

I am also having this issue

rimosystems commented 4 years ago

+1

2ne commented 4 years ago

+1

matthieup240 commented 4 years ago

I have the same issue since IOS 13

pdoreau commented 4 years ago

+1 same issue, very annoying. Is there any way to fix or workaround ?