ionic-team / cordova-plugin-ionic-keyboard

Keyboard Plugin for Cordova
Other
193 stars 178 forks source link

View resize wrong height when opening HTML5 Date input keyboard. #28

Closed oleksiy-nesterov closed 5 years ago

oleksiy-nesterov commented 6 years ago

related to this https://github.com/ionic-team/cordova-plugin-ionic-keyboard/issues/16

I see the same issue on iPhoneX

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

screen

oleksiy-nesterov commented 6 years ago

same issue for old plugin "ionic-plugin-keyboard"

oleksiy-nesterov commented 6 years ago

for iPhone 7+, looks better, but the issue still present. The date chooser overlaps keyboard bar.

jcesarmobile commented 5 years ago

I can no longer reproduce on iOS 12.4.

Also we don't really act on how the date picker is displayed, this seems like it was an Apple bug.