frenmanoj opened a new issue #669: IOS 13 Bluetooth keyboard arrow keys not working URL: https://github.com/apache/cordova-ios/issues/669 # Bug Report ## Problem The arrow keys (UP, DOWN, LEFT, RIGHT) of the external bluetooth keyboard do not work in iOS 13. It was working fine in earlier versions. Other keys are working fine. Note that, the arrow keys work fine in other iOS native apps. ### What is expected to happen? The Arrow keys of the external keyboard should work fine. ### What does actually happen? The Arrow keys of the external keyboard are not working. ## Information <!-- Include all relevant information that might help understand and reproduce the problem --> I see the following console error in Xcode when I press one of the arrow keys. ``` 2019-09-17 16:06:08.114428-0500 My_APP_NAME[375:30929] -[UIThreadSafeNode canPerformAction:withSender:]: unrecognized selector sent to instance 0x283523040 2019-09-17 16:06:08.115002-0500 My_APP_NAME[375:30929] *** WebKit discarded an uncaught exception in the handleKeyTextCommandForCurrentEvent delegate: <NSInvalidArgumentException> -[UIThreadSafeNode canPerformAction:withSender:]: unrecognized selector sent to instance 0x283523040 ``` ### Environment, Platform, Device <!-- In what environment, on what platform or on which device are you experiencing the issue? --> Cordova : **9.0.0** Xcode : **11.0** iPad : **iOS 13.1** NodeJS : **v10.14.2** npm : **6.4.1** OS : **macOS Mojave**
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
