ionic-team / cordova-plugin-ionic-webview

Web View plugin for Cordova, specialized for Ionic apps.
Apache License 2.0
487 stars 394 forks source link

iOS 14.2 - new date/time input pushes web view up after keyboard input #627

Open joeldhenry opened 3 years ago

joeldhenry commented 3 years ago

selecting a date input while the keyboard is up, such as during a form with text and date inputs, closes the keyboard but keeps the web view pushed up. Closing the date/time fields then doesn't push the web view back down.

Cordova CLI: 10 Cordova-is 6.1.1 iOS 14.2

monkeychops commented 3 years ago

Also experiencing this issue in my Ionic app

Cordova CLI: 10 Cordova-is 6.1.1 iOS 14.3

alok-sin commented 2 years ago

Facing similar issue but in select with filter input. The keyboard automatically shows up but the view does not come back down after minimizing keyboard. [iOS / iPadOS]

indianakernick commented 1 year ago

Similar issue. When I tap on a date input, the date picker appears but the content is pushed up to make room for a keyboard that doesn't show.