I’m trying to display the Phone Keyboard on an iPad to enter a Passcode. Is that possible? If so, how can it be implemented?
Thanks! [import]uid: 8780 topic_id: 24733 reply_id: 324733[/import]
I’m trying to display the Phone Keyboard on an iPad to enter a Passcode. Is that possible? If so, how can it be implemented?
Thanks! [import]uid: 8780 topic_id: 24733 reply_id: 324733[/import]
Make a newTextField for the password (you can set it to be secure so it hides the input) and on the “submitted” event phase just check and see if the input and the unlock code match.
Absolutely possible
[import]uid: 52491 topic_id: 24733 reply_id: 100268[/import]
Thanks Peach, but what I want to know is if the “Phone” keyboard will show up on an iPad if the text field input type is set to “Phone” (not “Number”)?
Thanks. [import]uid: 8780 topic_id: 24733 reply_id: 100344[/import]
Oh I see, that is a good question - my iPad is currently flat so I can’t test this but if you do a quick test build to see I’d be interested to know if you get an error, nothing happens, or if it actually displays just fine.
Can you let me know? (If not I’ll try to test this myself in the AM.)
Peach
[import]uid: 52491 topic_id: 24733 reply_id: 100391[/import]
@Peach, I tested this and when I set the input type to “phone” the keyboard comes up as “numbers”. I want the phone keypad and I’m wondering if there is a way around this or we have to build a custom keyboard:(
Thanks! [import]uid: 8780 topic_id: 24733 reply_id: 100396[/import]
I’ve done some searching and it seems there is not a way around this, no. I suppose because the iPad doesn’t actually have a phone keypad.
I know this is a bit irritating but a custom keyboard just for numbers wouldn’t be too hard to do, at least it isn’t letters+punctuation
[import]uid: 52491 topic_id: 24733 reply_id: 100502[/import]