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 cursor issue #28

Open
serginnios opened this issue Apr 16, 2019 · 2 comments
Open

Android cursor issue #28

serginnios opened this issue Apr 16, 2019 · 2 comments
Labels

Comments

@serginnios
Copy link

serginnios commented Apr 16, 2019

Android: A cursor is moved behind the next digit if remove a digit inside a number, e.g. enter 1234, remove a digit 2. A cursor becomes behind 3.
Reproduced on the android 8.1.0, (also on 9). chrome 71.0.3578.99.
before
after

@AlexandreBonneau
Copy link
Member

I would say from the looks of it that the issue is related to AutoNumeric rather than vue-autonumeric.

Android support has always been tricky, some mobile browsers not supporting the keypress event (while not exposing the composition* events as expected too).

I'm a bit swamped for the last few months, so I'll try my best but it could take time before I work on this.

@tomas-kulhanek
Copy link

i have similar problem on Safari. When i want to write 12345 i get sometimes 54321 or 51234

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

3 participants