You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/04/12 09:15:08 UTC

[GitHub] [cordova-ios] sengewald opened a new issue #1098: Keyboard still visible and stuck when coming from background

sengewald opened a new issue #1098:
URL: https://github.com/apache/cordova-ios/issues/1098


   ### Issue Type
   
   - [X] Bug Report
   - [ ] Feature Request
   - [ ] Support Question
   
   ## Description
   
   ## Information
   When a keyboard is shown and the App is brought to background and back to foreground the keyboard is still shown even if no input field is selected.
   Also Keyboard.hide(); does not work.
   
   ### Command or Code
   Select an input field to show the virtual keyboard.
   Bring the App to the background. Maybe with a swipe from bottom to top.
   Bring the App back fo foreground.
   Keyboard is still visible but has no functionality anymore.
   Keyboard.hide(); does not work.
   When selecting an input field no keyboard input can be done.
   Keyboard does not react when changing orientation or selecting a "non" input field
   
   While selecting back and forth between input and "non"-input field there is a chance of showing a "working" keyboard.
   Afterwards functionality is normal again.
   if there is no "non" input field app need to be closed and restarted
   
   ### Environment, Platform, Device
   IPAD IOS 14.4.1
   
   
   
   ### Version information
   Cordova 10.0.0
   
   
   ## Checklist
   - [X] I searched for already existing GitHub issues about this
   - [X] I updated all Cordova tooling to their most recent version
   - [X] I included all the necessary information above
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-ios] sengewald commented on issue #1098: Keyboard still visible and stuck when coming from background

Posted by GitBox <gi...@apache.org>.
sengewald commented on issue #1098:
URL: https://github.com/apache/cordova-ios/issues/1098#issuecomment-817841060


   It seems to be a problem with newer IOS version.
   
   **Environment, Platform, Device**
    IPHONE 6 IOS 12.5.2 
   
   **Result**
   I had no issues.
   Keyboard behavior was as expected.
   
   I could also see a difference when looking at the tiles when in background.
   On IOS 12.5.2 i could clearly see the expanded keyboard at the bottom of the tile where on IPAD IOS 14.4.1 there was no keyboard shown in the tile.
     


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org