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,

  1. create input box type=number
  2. create jquery event onkeyup,
    • get value entered in variable.
    • replace content of input box *
  3. when ok button pressed, check value stored in variable.

this way use number-pad , not display contents.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -