Skip to content
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

Closed
Mike-Sinistralis opened this issue Jul 26, 2017 · 4 comments
Closed

Android Chrome does not respect delimiter keys #149

Mike-Sinistralis opened this issue Jul 26, 2017 · 4 comments
Labels

Comments

@Mike-Sinistralis
Copy link

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.

@olahol olahol added the bug label Sep 15, 2017
@acelaya
Copy link

acelaya commented Aug 12, 2018

I'm having this issue, but the funny thing is that the demo page is properly working from Android.

What's the difference?

@ducdev
Copy link

ducdev commented Jul 2, 2019

It's 2019 and this issue is still postponed.

@OliverJAsh
Copy link
Contributor

OliverJAsh commented Aug 7, 2019

I found a decent explanation of the problem in another library (which also has this issue), react-tags: i-like-robots/react-tags#94

Extracting from there and the links within, here's how I understand the situation:

@i-like-robots
Copy link

i-like-robots commented Oct 29, 2019

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.

@olahol olahol closed this as completed Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants