toscani
toscani copied to clipboard
Can't enter date and other fields in Andriod.
I am also facing the same problem. It might be because of the keyboard used in android phones as I debugged by cell using usb debugging and entered the details via pc, then it works fine. I think in android the setSelectionRange method is being manipulated somehow. It is working fine in other devices and this issue is only in android. Can someone provide a solution for it which works??
I have found a solution to it. In the input field of carnumber, expiry date and cvv number just put this attributes. autocorrect="off", spellcheck="false", inputmode="numeric"