-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android Chrome does not respect delimiter keys #149
Comments
I'm having this issue, but the funny thing is that the demo page is properly working from Android. What's the difference? |
It's 2019 and this issue is still postponed. |
I found a decent explanation of the problem in another library (which also has this issue), Extracting from there and the links within, here's how I understand the situation:
|
Hello, I saw this issue was linking to a report of the same problem on a component I maintain which I've been trying to solve recently. This is the best "solution" I have come up with so far for supporting delimiter keys which are not mapped on soft keyboards: i-like-robots/react-tags#181 It works on all the devices tested so far (with the component configured to use comma and semi-colon delimiters) so I plan to ship this in the near future. |
Chrome 59.0.3071.125
Android 7.1.2; Nexus 6P Build/N2G47O
Android Chrome does not trigger any of the delimiter logic when entering the values (for example, physically hitting the comma key). This seems to be a known issue with Android and the suggested work around for it is to use keydown/keyup but I havn't had a chance to verify if this solves the problem.
The text was updated successfully, but these errors were encountered: