iOS Question There is no RETURN key for NUMBER_Pad keyboard type

Baris Karadeniz

Active Member
Licensed User
For the TextField, I selected NUMBER_PAD keyboard type. I also selected "Default" for Return Key. For iPad it is ok but there is no return key in iPhone. Only numbers can be seen in iPhone. Why there is no Return Key? How can I solve this?
 

tufanv

Expert
Licensed User
Longtime User
You can create your own number_pad. There is no done key for number pad. You can also add a button to somewhere and use page1.resignfocus to close the keyboard like the done button.
For the TextField, I selected NUMBER_PAD keyboard type. I also selected "Default" for Return Key. For iPad it is ok but there is no return key in iPhone. Only numbers can be seen in iPhone. Why there is no Return Key? How can I solve this?
 
Upvote 0
Top