iOS Question Noob Question about the Number Pad type.

LWGShane

Well-Known Member
Licensed User
Longtime User
How do I put a return / done button on the keyboard type "NUMBER_PAD"?

Android does this automatically.
 
Last edited:

LWGShane

Well-Known Member
Licensed User
Longtime User
You cannot add such a button to the keyboard. This is how iOS keyboard works.

You can catch the Page click event (or any other event) and then call Page.ResignFocus to hide the keyboard.

Alright, thanks!
 
Upvote 0
Top