Does JQueryMobile have good support for entering credit card information. Users have a really difficult time entering 16 digits and followed by expiration dates etc. I would like to see a good JQueryMobile view example of how to enter credit card/reward card details. Any suggestions for keeping the Android keyboard properly positioned during this process as well?
Does JQueryMobile have good support for entering credit card information. Users have a really
Share
You should be able to follow the demo examples:
Input for the 16 digit, Security Code on the back ( sometimes front ) of the card
Example ( Note: The characters in a password field are masked [shown as asterisks or circles] ):
You could use a mask feature if you don’t like the password option, not sure if there are any plugins to ‘mask previous input character onblur mask all’ but that would make for a nice one
DateBox for the Expiration Date
Maybe add some Credit Card validation as well?