Questions tagged [iphone-keypad]

Use this tag for keypad related questions for iPhone devices.

Use this tag for keypad related questions for iPhone devices.

27 questions
1
vote
2 answers

alphabetic search from telephone numeric pad

I'm implementing an alphabetic search based on telephone keypad, like Phone keypad1 When user types , say 2, I get {A, B, C} in the combination. When user types 23, I get {AD, AE, AF, BD, BE, BF, CD, CE, CF} in the combinations, and so on. If I keep…
aqavi_paracha
  • 1,131
  • 2
  • 17
  • 38
1
vote
1 answer

Need to know when user has clicked 'return' on keypad in iOS

I am working on an application in iOS that displays a random string to the user, and asks the user to enter that same string through the keypad. What I would like to do is compare the string the user has entered, ONLY after they have pressed the…
syedfa
  • 2,801
  • 1
  • 41
  • 74
0
votes
3 answers

resign keyboard in UITextField

I'm working with storyboards on iOS 5 and have a simple screen that has a UITextField on it. I want to dismiss the keyboard when the user hits "Return". I followed other suggestions such as having my controller implements the UITextFieldDelegate…
imrank1
  • 629
  • 1
  • 6
  • 16
0
votes
2 answers

Is there any way to put custom toolbar on the keypad?

I want to put a custom toolbar on the keypad like the image above. Is it possible in flutter? or should I write code on the iOS or Android side?
0
votes
0 answers

Dismiss iOS keypad using Java

Need advise on how I can dismiss the keypad on iOS as I need to access an element below it. I tried…
0
votes
1 answer

How to enable the next or previous button of keyboard in swift?

I want to enable the next button of keyboard programmatically, when my next object is of UITableview Thanks
Nisha Nair
  • 327
  • 1
  • 5
  • 17
0
votes
3 answers

How to display enter key in iOS keypad for textView (objective c)

I want to display enter key on keyboard instead of return key. Because i want user to type in a texView. We know that there is no keypad return in textView. Generally, i want to replace the "return" key with "enter". Normally in textView, the return…
Soorej Babu
  • 350
  • 2
  • 19
0
votes
1 answer

KeyBoard gets locked after popover dismissal

There are multiple textfields in a viewcontroller in which some of them are customised (one tapping those textfield will launch a popover controller, from that user can select the option which will get displayed in tapped textfield). I have a tap…
Icoder
  • 330
  • 3
  • 25
0
votes
1 answer

Swift code; unable to dismiss keypad using standard method

I've been working on a Swift tutorial. In the tutorial the authors neglected to explain how to dismiss the keyboard on the simulator. I tried the standard method that I'm aware of; resignFirstResponder( ) However I keep getting an error; cannot…
0
votes
2 answers

Textfields is hiding by the Keypad

I have made an app with a Registration form. When the Textfield in this form is selected it gets hidden by the soft keyboard. If i leave it as it is user can't see what he is entering while typing.
user3732709
0
votes
1 answer

iOS Keyboard and Custom Buttons

How can I embed custom keyboard buttons inside the iOS Default keyboard, like the "UP" app by Jawbone has done in the picture below. I am looking to embed an "@" button identically to how the app has done it (I don't need the # button). I have…
roozbubu
  • 1,106
  • 4
  • 14
  • 30
0
votes
1 answer

iphone keyboard popup issue on phonegap apps?

I am creating a new iphone apps using phonegap(cordova).I had one problem on my app.If i click anyone input field the iphone keyboard is popup and also whole page positon was changing. Like the fixed footer is popup above the keyboard.Please guide…
Arunkumar
  • 11
  • 4
1
2