I'm sure there are other users that need to set a default keyboard for numeric only passwords, (i.e. a PIN Number)
Steve Hanlan
(almost ready to deploy first app)
Keyboard selection for Password in iOS
Moderator: Klaus
-
- Posts: 80
- Joined: Fri Jul 09, 2010 6:28 pm
Re: Keyboard selection for Password in iOS
Also, why does the return key on the keyboard not accept the password, (you have to go back to the answer block and tap 'OK')
This would be consistent with all other data entry.
Steve
This would be consistent with all other data entry.
Steve
Re: Keyboard selection for Password in iOS
For the iPhone keyboard use:
also you can put code when the return key is clicked:
Look in the iOS release notes for more details
Code: Select all
iphoneSetKeyboardType default
iphoneSetKeyboardReturnKey done
Code: Select all
on returnInField
Do something
end returnInField
on EnterInField
Do something
end EnterInField