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
4
votes
3 answers

Numeric keyboard dismiss?

HI all, I am having a 2 textFeild and 1 textview. out of 2 textfeild,one textfield requires number to be filled in there. so for that i hv provided numeric keyboard. i m not able to dismiss numeric keyboard,since i cant c any option to hit the…
Shishir.bobby
  • 10,994
  • 21
  • 71
  • 100
4
votes
1 answer

Keyboard doesn't receive taps after app has been in the background

I've just shipped an iOS 8 update to my crossword app, Four Down, and have started receiving reports that it gets into a state where answers can't be entered as tapping the keyboard dismisses it rather than entering a letter. After some…
Andy Wilkinson
  • 108,729
  • 24
  • 257
  • 242
4
votes
0 answers

Text field get hidden behind softkeyboard in Phonegap on iPhone4S

I was making a Phonegap App in which there is a input field inside a iscoll4 container. The gray background is of iscroll and a text field is a "Enter ID". The Screen Shot is before When I click on the Text Box the keyboard Pops Up that is working…
Varun Agarwal
  • 299
  • 3
  • 12
3
votes
3 answers

No Keyboard with UIAlertViewStylePlainTextInput ?

I have a problem with the UIAlertViewStylePlainTextInput. I get my Alert with the textfield but there is no Keyboard coming up..? Here is my code: UIAlertView *enter = [[UIAlertView alloc] initWithTitle:@"Highscores" message:@"Please Enter Your…
wintersan
  • 279
  • 1
  • 4
  • 10
3
votes
5 answers

How to hide default keyboard

I have 5 UITextFields added on a form. One of the textfileds is for entering the date of birth. So when that particular textfield is touched instead of displaying the default keyboard, datepicker needs to be displayed. I tried the following: -…
saikamesh
  • 4,569
  • 11
  • 53
  • 93
3
votes
1 answer

iPhone keyboard return key color

Can we change the color of the iPhone keyboard return key color?? And does apple supports it?? If yes could you please help me out in changing it.
Phaniteja
  • 131
  • 1
  • 7
3
votes
2 answers

White panel arrives on double tap from bottom in PWA in standalone mode

We have found a behaviour that in my opinion is a bug in Safari. Install the PWA on iOS to Home Screen, open app in standalone mode and tap to any text input, close the keyboard and double-tap on free space (it zooms out if zoomed, then double tap…
3
votes
2 answers

Resign keyboard on 'Done' button of keyboard

I want to resign keyboard on click of 'Done' button on keyboard. How can i do this? I have following code => textView.returnKeyType = UIReturnKeyDone; I have this code for limiting number of characters in textview => -…
iOSAppDev
  • 2,755
  • 4
  • 39
  • 77
3
votes
3 answers

How to cancel the keyboard in UISearchbar?

I'm using UISearchBar in my application and it serves as both an edit field as well as a search. So when I want to disappear the keyboard I have to use cancel button in UISearchBar but I can't have that cancel button on screen, so how could T make…
anoop
  • 59
  • 1
  • 2
  • 3
3
votes
1 answer

Keyboard information inside "didRotateFromInterfaceOrientation"

How can I deduce the information if the keyboard is visible while device orientation is changed? Does this information is sent inside - (void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)iFromInterfaceOrientation method?
Abhinav
  • 37,684
  • 43
  • 191
  • 309
3
votes
1 answer

Get the current text inside of a textfield for IOS custom keyboard

I am developing a IOS custom keyboard. I was wondering if there was a way to fetch the current text inside of the text field and how it would work. For example, we can use textDocumentProxy.hasText() to see if the textfield has text inside but I…
Foobar
  • 7,458
  • 16
  • 81
  • 161
3
votes
0 answers

iOS Bluetooth Keyboard Detection at Runtime

Is there any way in iOS SDK to detect the presence of an active Bluetooth keyboard? As many well know, when a Bluetooth keyboard is active, the on-screen keyboard does not show, so interface placements might have to change... Right now I am doing…
M. Ryan
  • 6,973
  • 11
  • 52
  • 76
3
votes
2 answers

Hide keyboard in UIWebView

Is there a way to make a UIWebView dismiss all associated input controls, such as keyboards/pickers?
flagman
  • 502
  • 4
  • 18
3
votes
2 answers

UICatalog and Keyboard Events

The latest version of Apple's UICatalog example application includes zero code in the TextFieldController for handling keyboard show/hide events, and yet the table view still slides up and down beautifully with the keyboard. Does anyone know what…
devunwired
  • 62,780
  • 12
  • 127
  • 139
3
votes
1 answer

iPhone transparent keyboard

How could I change the look and feel of standard UIKeyboard object. I want to create transparent keyboard for UITextField object.
Manu
  • 33
  • 3
1 2
3
8 9