Here's the ionic plugin: https://github.com/driftyco/ionic-plugins-keyboard/blob/master/src/android/IonicKeyboard.java
Uses a GlobalLayoutListener. the approach is described here: http://stackoverflow.com/questions/2150078/how-to-check-visibility-of-software-keyboard-in-android Why leave the code in core if we don't have to? I think the majority of apps wouldn't need these events (even if you do, you can listen for resize events to do the same kind of detection) On Wed, Nov 5, 2014 at 11:05 AM, Joe Bowser <bows...@gmail.com> wrote: > I disagree. We recently fixed this when we went back to adjustResize from > adjustPan, and we should just file a bug about the behaviour on the Samsung > Tablet. >