cordova-plugin-keyboard icon indicating copy to clipboard operation
cordova-plugin-keyboard copied to clipboard

Push content when focus input

Open erperejildo opened this issue 8 years ago • 3 comments

I tried to fix this with 'android:windowSoftInputMode', 'adjustPan' but it didn't work so I'm trying to fix it now with this plugin.

I'd need to focus the input that I'm editing. Right now the keyboard overlaps the input if this is on the bottom and leaving space between keyboard and input if this is on top.

Any solutions?

erperejildo avatar Apr 29 '17 23:04 erperejildo

I have the same problem. Any solution?

channainfo avatar May 04 '17 05:05 channainfo

The only parts of this plugin that work with Android are the show and hide functions. The WebView shrinking code is so iOS matches the usual behavior on Android. Is there a specific device or Android version you are seeing this on?

cjpearson avatar May 09 '17 22:05 cjpearson

The keyboard hides and shoes as expected. It's only that. I tried with a Xiaomi Mi4c

erperejildo avatar May 10 '17 09:05 erperejildo