formatter.js icon indicating copy to clipboard operation
formatter.js copied to clipboard

Unusable in the latest mobile Chrome

Open th0r opened this issue 11 years ago • 7 comments

Try this fiddle in mobile Chrome 34 under Android (haven't tested on iOS). Only digits are allowed, but you can input anything there and the input mask is not replaced, but just shifts as user inputs. Formatter version is 0.1.4. Code of this fiddle: http://jsfiddle.net/th0r/FAH8u/

th0r avatar May 11 '14 10:05 th0r

Working correctly in chrome v34.0.1847.18 on iOS 7.1.1 Will investigate Android as soon as possible. Android problems also reported here: #34

jaridmargolin avatar May 11 '14 17:05 jaridmargolin

I confirm that everything works fine on iOS. A little more info about by current phone: it's LG Optimus G with Android 4.1.2. Keyboard is SwiftKey. I've tried to change it to the LG's default one and I can still input letters with it, but the shifting bug has disappeared.

th0r avatar May 11 '14 18:05 th0r

I was able to reproduce this issue using Chrome 35.0.1916.141 on Android 4.2.2.

Atombath avatar Jul 03 '14 14:07 Atombath

Could move tests to selenium for increased accuracy. Right now the tests use mock keyboard events that I have manually recorded.

On a side note, it is great to have these bugs reported, but realistically I do not have the time to fix them all. It would be greatly appreciated if the authors consuming the library could help further in debugging.

jaridmargolin avatar Jul 03 '14 19:07 jaridmargolin

Chrome on Android has a serious bug with keyboard events https://code.google.com/p/chromium/issues/detail?id=118639 For some reason event.keyCode always equals '0'

kot-lex avatar Oct 09 '14 15:10 kot-lex

i know this issue is from 2 yrs ago but is there a fix for this on mobile?

pyrotechr avatar Dec 22 '16 09:12 pyrotechr

Hi guys, I have this issue too, but looking for other issues I found this #81 , and the solution there, by @damirsel worked very well for me.

edtsz avatar Mar 24 '17 12:03 edtsz