ionic-team / ionic-plugin-keyboard

Ionic Keyboard Plugin for Cordova
Apache License 2.0
610 stars 275 forks source link

White background shows when keyboard show on iOS9 #159

Open codecoo opened 8 years ago

codecoo commented 8 years ago

I have the keyboard problem build ionic on ios9.x in app.js
cordova.plugins.Keyboard.hideKeyboardAccessoryBar(false); cordova.plugins.Keyboard.disableScroll(true);

plugin list & version

ionic-plugin-keyboard 1.0.8 "Keyboard"

Cordova CLI: 5.4.1 Ionic Version: 1.2.1 Ionic CLI Version: 1.7.12 Ionic App Lib Version: 0.6.5 ios-deploy version: 1.8.3 ios-sim version: 4.1.1 OS: Mac OS X El Capitan Node Version: v0.12.7 Xcode version: Xcode 7.2 Build version 7C68

video link : https://www.youtube.com/watch?v=kekelBdVhDs

keenan35i commented 8 years ago

+1

chompunut commented 8 years ago

+1

kndol commented 8 years ago

+1

IanRamosC commented 8 years ago

I'm facing the same issue. Did you find a way to solve it?

hare2011 commented 8 years ago

+1

hare2011 commented 8 years ago

need help

kenmickles commented 8 years ago

This looks like a duplicate of https://github.com/driftyco/ionic/issues/4849. Updating to Ionic 1.2.4 fixed the issue for me.

lyd600lty commented 8 years ago

@keenan35i Yes, 1.2.4 seems like fixing this problem, but when the input is at the bottom of screen, the page will be shaking once heavily.

Bccorb commented 8 years ago

Yes, this is a known bug with version 1.2.1. Going to version 1.2.3 fixed the issues and all subsequent versions as well. Also I believe going down to 1.1 also fixes the issues. I spent DAYS with this problem before I upgraded last year!

VinceOPS commented 8 years ago

+1 and yes, it looks like https://github.com/driftyco/ionic/issues/4849, however, issue still happening here (even with ionic 1.3). iPhone 6, iOs 9.2, scrollable content (ion-content) with scroll required (that's why I can't use all the patchworks proposed by the community).