ios - Create HTML Passcode screen for web app -
i working on mobile webapp developed using jquery mobile , i'd have simple passcode lock screen similar iphone general passcode screen.
the main problem i'm having in getting the numeric keyboard show , display dot when code entered each text box. @ present way can make work across ios , android set text field type number, numbers displayed during passcode entry.
i hoping had done or had simple solution.
i don't know use of such passcode screen web app. anyway hacky this,
- create input box
type=number
- create jquery event onkeyup,
- get value entered in variable.
- replace content of input box
*
- when ok button pressed, check value stored in variable.
this way use number-pad , not display contents.
Comments
Post a Comment