angular-datetime
angular-datetime copied to clipboard
it is no going through steps, it is just stay in days
hello guys, excellent work, it is just in Samsung browser not working properly, what can I do?
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 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
I'm not sure how "typing" works on mobiles. Is it possible to record a GIF repro step-by-step?