angular-datetime icon indicating copy to clipboard operation
angular-datetime copied to clipboard

it is no going through steps, it is just stay in days

Open imbernal opened this issue 6 years ago • 3 comments

hello guys, excellent work, it is just in Samsung browser not working properly, what can I do?

imbernal avatar Jul 11 '18 19:07 imbernal

The title is unclear. What step? What stays in days?

It's a known issue that this module doesn't work well on mobiles. It uses mousedown, keydown, keypress, etc, which probably cause the problem. https://github.com/eight04/custom-input/blob/d600fdaa8a9677d877d8327ccce126978c566393/lib/input-mask.js#L172-L302

And I don't have the device to test it so you may have to fix it yourself.

eight04 avatar Jul 11 '18 19:07 eight04

@eight04 It is working, just when you enter the date it move to the next step to enter the month, in that point it doesn't change letter('month') to the number that user is typing, but if click on month it changes for number user is typing, and it should do it by himself

imbernal avatar Jul 11 '18 20:07 imbernal

I'm not sure how "typing" works on mobiles. Is it possible to record a GIF repro step-by-step?

eight04 avatar Jul 11 '18 20:07 eight04