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
8
votes
2 answers

Show iPhone keyboard programmatically

I want show the iphone keyboard. How can I write the code (programmatically) to show the keyboard.
mukeshpawar
  • 125
  • 2
  • 3
  • 9
8
votes
4 answers

Custom iPhone Keyboard

I need (i.e. a customer requirement) to provide a custom keyboard for the user to type text into both text fields and areas. I already have something that does the keyboard and appends test to a text field, however I'd like to make it more generic…
vickirk
  • 3,979
  • 2
  • 22
  • 37
7
votes
4 answers

iphone keyboard without textview

is it possible to bring up the keyboard in an iphone app without a textview? or will i have to have an invisible textview? if so, how do you programatically create a textview and then bring up the keyboard (without the user having to tap the…
usrgnxc
  • 794
  • 2
  • 9
  • 34
7
votes
3 answers

Receive iPhone keyboard events

Is there anyway to trap all keyboard events across my application? I need to know if user is entering anything using keyboard across my application (Application has multiple views). I was able to capture touchEvents by subclassing UIWindow but…
iamMobile
  • 959
  • 2
  • 17
  • 35
6
votes
3 answers

Show a view over the keyboard

I am looking for a way on the iPhone, due to a custom 'loading' subview, to have a subview cover the keyboard without dismissing the keyboard. Right now when the subview loads, the keyboard is still topmost. Any ideas?
Jake Sankey
  • 4,977
  • 12
  • 39
  • 53
6
votes
2 answers

UITextField with numbers and default keyboard

Created a UITextField for "Postal Code/ZIP" field with a keyboardType of UIKeyboardTypeDefault. I would like to use the default keyboard but want the numbers & symbols to be shown by default as apposed to letters. Apple does this when you are…
nesbert
  • 125
  • 5
6
votes
6 answers

PhoneGap Page scroll up after Keyboard appearance in iOS devices that makes the PhoneGap page corrupted

I am trying to develop a chatting application using PhoneGap for iOS devices. The application has a header that shows the logged user, a footer where user can write his text message, and a list view placed in the body which will display messages. I…
a.karkar
  • 141
  • 1
  • 7
6
votes
3 answers

UIMenuController hides the keyboard

I currently have an application which is for chatting. I used a UItextField for input box and bubbles for display messages, some thing like the system SMS. I want to enable copy paste on the message bubbles (labels). The problem is, when I want to…
Anurag Kabra
  • 444
  • 1
  • 5
  • 18
5
votes
5 answers

Hide Virtual Keyboard of UITextView when 'Done' Presses

I want to hide (resignFirstResponder) the virtual keyboard of UITextView when 'Done' presses. Theres no 'Did End on Exit' in UITextView. In UITextField i connect the 'Did End on Exit' with an IBAction and call resignFirstResponder method. How can i…
Taimur Ajmal
  • 2,778
  • 6
  • 39
  • 57
5
votes
2 answers

Change the colour of Keyboard in iphone

Hi is there any way of changing the colour of keyboard or we have to get some custom keyboard for it , any suggestions?
mrugen munshi
  • 3,497
  • 9
  • 36
  • 50
5
votes
2 answers

Can the software Keyboard toggle on the iOS Simulator always be toggled on?

I'm testing an app using KIF and every time the test starts I have to manually toggle the software keyboard on and short of using a script to make it turn on is there a way to turn it on by default when the simulator opens?
5
votes
3 answers

open android and ios keyboard with uppercase using html

i am creating a web page for mobile devices. In that there are few input fields which require user to always enter data in uppercase. I looked at few options like text-transform property of css It changes user input to uppercase but it also…
S4beR
  • 1,872
  • 1
  • 17
  • 33
4
votes
2 answers

iPhone/iPad Keyboard Dimming

I am writing a universal app that will be used primarily at night. I will need to display a keyboard but do not want the light colors of the keyboard to blind the user and/or spoil their night vision. I do not want to have to go through the…
Vic320
  • 1,105
  • 2
  • 10
  • 22
4
votes
2 answers

Textfield in the keyboard

How do you make a keyboard have a textfield inside like the messages app ?
rounak
  • 9,217
  • 3
  • 42
  • 59
4
votes
8 answers

Dismissing the keyboard for a UITextField in UIAlertView

I have a Customized UIAlertView.I have a UITextField in that AlertView, which becomes the firstResponder as soon as it is shown. Now I need to dismiss the keyboard for that UITextField when user touches somewhere else in the AlertView. I have…
rkb
  • 10,933
  • 22
  • 76
  • 103
1
2
3
8 9