ionic-team / cordova-plugin-ionic-keyboard

Keyboard Plugin for Cordova
Other
193 stars 178 forks source link

When accessory bar is not present the content is still pushed up like there is an accessory bar #74

Closed domingosl closed 4 years ago

domingosl commented 5 years ago

This behavior is difficult to notice since usually, the background of the app is white, in my case, it is black so is very noticeable.

When using an html5 input type email, the IOS keyboard does not use the accessory bar, but the content still gets pushed up as if there is one:

https://pasteboard.co/I1RKPI8.png

When the accessory bar is present, like when the input is type text the spacing is correct:

https://pasteboard.co/I1RLAYZz.png

It looks like there is no effective control whether the accessory bar is present or not.

<preference name="KeyboardResize" value="false" /> <preference name="KeyboardResizeMode" value="native" />

jcesarmobile commented 5 years ago

Can you provide a sample app where it can be easily reproduced?

noveweb commented 4 years ago

Same here using Android 8.0.

The Accessory Bar does not exists on Android keyboad, but in her place the plugin fill with black color, but not hide him.

jcesarmobile commented 4 years ago

Not the same if the issue is on android. Please, report it in a new issue providing more information and a sample app if possible. Going to close this one since the author didn’t answer, feel free to reopen if you can provide a sample app as I can’t reproduce on my own.