moianra23 opened a new issue, #1676:
URL: https://github.com/apache/cordova-android/issues/1676

   # Bug Report
   
   ## Problem
   After upgrading from cordova-android 11.0.0 to cordova-android 12.0.1 the 
special characters are not working from the keyboard (example after 
longpressing the a button, all the characters that appear can be pressed but 
the event is not sent in js).
   
   ### What is expected to happen?
   I expect after I'm pressing the ä, ö, ü characters to be entered in the 
focused input.
   
   ### What does actually happen?
   Right now it does nothing. 
   
   
   ## Information
   I tried to catch the event in js in multiple ways, however it looks like 
it's not triggered. My project uses angular 15 and I tried to catch the event 
through multiple events (keyDown, keyUp, and even js's addEventListener) and 
nothing. The only thing that changed is the cordova-android version which I had 
to do in order to publish the app in play store.
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you 
experiencing the issue? -->
   I'm using macOS Ventura to build the project. And problem is reproduced on 
both emulator and physical devices from the device/emulator keyboard. If I 
connect an external keyboard it works.
   
   ### Version information
   macOS Ventura 13.6
   node: 16.16.0
   npm: 8.11.0
   "cordova": "11.1.0",
   "cordova-android": "^12.0.1",
   "@angular/core": "15.2.9", (all the other angular dependencies are matching 
this version)
   
   Android API 34
   
   
   ## Checklist
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to