vue-autoNumeric icon indicating copy to clipboard operation
vue-autoNumeric copied to clipboard

Android cursor issue

Open serginnios opened this issue 5 years ago • 2 comments

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

serginnios avatar Apr 16 '19 09:04 serginnios

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.

AlexandreBonneau avatar Apr 21 '19 20:04 AlexandreBonneau

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

tomas-kulhanek avatar Nov 15 '21 09:11 tomas-kulhanek