Questions tagged [iphone-softkeyboard]

iPhone Soft keyboard is the onscreen keyboard provided by Apple iOS.

iPhone Soft keyboard is the onscreen keyboard provided by Apple iOS.

Please Check more details on below page

Virtual Keyboards on iPhone and Android

135 questions
3
votes
2 answers

iOS Keyboard Location and Orientation

I'm relatively new to iOS SDK, and I'm experiencing a very bizarre issue regarding the device keyboard location and orientation for an app I'm working on. The problem is that if the keyboard is open while the user multi-tasks or the app goes into…
Zeenobit
  • 4,954
  • 3
  • 34
  • 46
2
votes
3 answers

UIView not appearing over keyboard?

I have this code: JMenuController *menuController = [[JMenuController alloc] init]; NSArray *buttonsArray = [NSArray arrayWithObjects:@"From Libary", @"Take Photo or Video", nil]; [menuController showMenuWithTitle:@"Add Media"…
Andrew
  • 15,935
  • 28
  • 121
  • 203
2
votes
3 answers

Adding and removing keyboard

I have a textfield and when the user clicks on it, they will be presented with the keyboard. there is a GO button on the keyboard, and i want to write an action event to it. 1.) How can i write an action when the user clicks on this button 2.) when…
sharon
  • 580
  • 12
  • 28
2
votes
2 answers

adding a textbox and a button at the top of the keyboard on iphone

I want to add a text box and a button beside it. They will be at the bottom of the window. Then, when I touch the textbox (to type something), keyboard will appear and the whole row (with textbox and button) scrolls up and the keyboard will be right…
ebaccount
  • 5,051
  • 11
  • 43
  • 47
2
votes
3 answers

hide keyboard on pickerview textfield

I have implemented a view, in which there is two text fields. At first text field, when user click on it, there is a display of picker view. When user clicks on other text field keyboard is shown. But when user go from second text field to first…
Nitin
  • 1,966
  • 4
  • 22
  • 53
2
votes
1 answer

Custom Keyboard or to create own keyboard

i would like to increase the keyboard key size is that possible? if i need to create my own custom keyboard , i want to increase the keyboard keys size. Please provide me how can i go with implementing this... any tutorials or code sample would be…
user198725878
  • 6,266
  • 18
  • 77
  • 135
2
votes
3 answers

iPhone keyboard return key

I need to customize the iphone keyboard. How can I do it? Also it is needed to place the return key of the keyboard with my project logo. How is it possible?
Jenson Jacob
  • 53
  • 2
  • 4
2
votes
4 answers

resignFirstResponder UITextView

I am using a UITEXTVIEW. I am trying to send a resignFirstResponder when the done button is pressed. I am not sure how to trigger the method containing the resignFirstResponder line. I have set the UITextView's delegate to the File's Owner in…
user559142
  • 12,279
  • 49
  • 116
  • 179
2
votes
5 answers

Keyboard hides UITextField. How to solve this?

I have a textField which is at bottom of the screen. When I begin editing, the keyboard appears and hides the textField. Can anyone suggest how to solve this?
Aadil
  • 713
  • 2
  • 12
  • 30
2
votes
1 answer

How to switch iPhone keyboard layout?

I have an app which has two different languages (English-German). You can switch within the app between the languages. My question now is, how to switch the keyboard as well? Not just the language but the keyboard layout. Both keyboard language…
Johnny
  • 21
  • 2
2
votes
1 answer

iPhone Keyboard Next Button

How do I use the next button (the done button) in the bottom left of the keyboard on the iPhone?
Christian Stewart
  • 15,217
  • 20
  • 82
  • 139
2
votes
2 answers

Hide keyboard but show cursor

How can i hide keyboard but show cursor for textfiled?
user409333
2
votes
0 answers

Custom Cordova IOS keyboard

I am working on a Cordova app for which the client insists we have a custom keyboard for numeric input that looks native; the goal is similar to a keyboard that comes up with PayPal. Here is the problem: we need to do this without touching the way…
2
votes
5 answers

Textfield hidden by keyboard

I have a few textfield's which are obscured by the keyboard when visible. I think I will need to shift view up when the keyboard is visible. How do I detect this?
2
votes
2 answers

Adding smilies in Custom Keyboard

I want to add the smilies in the keyboard for text to add the comment like :P and <3 and if I did so to create the custom keyboard, will Apple reject my application?
Dhaval Bhadania
  • 3,090
  • 1
  • 20
  • 35
1 2 3
8 9