You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't have physical hardware but I used the simulators with simulated physical keyboard attached.
I didn't reproduce these on phones but it does reproduce on the tablet simulators.
Additionally there is a slight difference of behaviour with the chrome application where keyboard navigation does work, but it is a little janky (the select menu seems to hide during the key press and reappears on key up, resulting in the menu flashing).
But these are standard browser features, so I don't think Cordova can do anything here. It's not something that Cordova actually implements and the issue is likely inside the underlying webview component. I'd first ensure that you have the latest Android System Webview installed from Google Play to see if the issue is resolved. If not, then reporting a bug to chromium will probably be the next step to see what they say.
Bug Report
Problem
What is expected to happen?
On tablets, users can interact with select options by using the keyboard (navigation by arrows, selection by Enter).
What does actually happen?
On tablets, users cannot interact with select options by using the keyboard.
Information
Command or Code
I used the code provided at: https://www.w3schools.com/tags/tag_select.asp for select and option html.
Environment, Platform, Device
Android 13 (API 33), Android 12 (API 32)
Version information
cordova: 12.0.0
cordova-android: 13.0.0
Checklist
The text was updated successfully, but these errors were encountered: