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
1
vote
3 answers

iPhone keyboard problem in OS3.1

I am having a problem that just started happening in OS 3.1. I have a UITextField in a custom UITableViewCell. In didRotateFromInterfaceOrientation, I call reloadData to reload the tableview to resize the cells. The problem that is happening is: …
Elijah
  • 8,381
  • 2
  • 55
  • 49
1
vote
5 answers

Disable keyboard on UITextField on edit

Since when I click the UITextField the date picker is showing along with the keyboard, I want to hide the key board operation on dob-text field?Here my code - (void)removeViews:(id)object { [[self.view viewWithTag:9] removeFromSuperview]; …
iosdev
  • 277
  • 8
  • 19
1
vote
1 answer

Disable keyboard animation on pushViewController?

Is it possible to disable the keyboard animation on pushViewController so that the keyboard slides off with the rest of the screen (instead of sliding down while the rest of the screen slides off)? I currently call [[self view] endEditing: YES] in -…
mark
  • 1,398
  • 13
  • 30
0
votes
3 answers

How do I place a subview in front of the keyboard?

I hope to insert subview in front of displayed keyboard. I am using the following code: [self.view bringSubviewToFront: myView]; but the subview does not display.
arachide
  • 8,006
  • 18
  • 71
  • 134
0
votes
2 answers

display keyboard with button list on the top

I hope to push keyboard with button list on the top of the keyboard. Please refer to the image Is it possible?
arachide
  • 8,006
  • 18
  • 71
  • 134
0
votes
1 answer

Keyboard Iphone

Is possible to know when the user touch the keyboard iphone? When the user touch some button from keyboard... :/
Helena
  • 741
  • 1
  • 6
  • 5
0
votes
4 answers

Resign the iPhone keyboard programmatically

In my create profile I have only two text fields: weight and date of birth. When the user touches for weight the keyboard shows. But when the user touches the date of birth a date picker appears in the action sheet. When the user selects the date…
Ravi Nalawade
  • 11
  • 1
  • 5
0
votes
1 answer

Soft keyboard hides TextFormField inside the InteractiveViewer

I am having a text form field at the bottom of the screen. I wrap this text form field inside a Interactive Viewer. When the text form field is focused, the soft keyboard rises and hides the text form field. @override Widget build(BuildContext…
0
votes
1 answer

Help hiding keyboard when searchdisplaycontroller is active

I added a tapgesturerecognizer to my view so when the user hits the search bar, but then decides to not type, the user can tap on the screen behind the keyboard, and the keyboard will disappear. this is my code in…
Crystal
  • 28,460
  • 62
  • 219
  • 393
0
votes
1 answer

after embed my flutter app into android app keyboard overlapping text field but iOS keyboard working perfectly

I have a flutter app which was embedded into android and iOS also but the keyboard hides the textfield means not slide up textfield as per soft keyboard activated flutter layout not resize/adjust so entered information not show properly
0
votes
1 answer

The height on my soft keyboard changes when triggered multiple times

I have an observed method that trigger when the soft keyboard is shown. It works fine, but for some reason the height of the soft keyboard changes after it has been hidden, then presented for the second time. I can't find a reason for this and there…
0
votes
1 answer

Why doesn't becomeFirstResponder trigger soft keyboard on alert message textField

I have an UIAlertController with a textField showing on my app. The textField is selected (the marker is blinking in it) and .becomeFirstResponder is set on the textField. But for some reason, the soft-keyboard isn't showing. I printed a boolean…
0
votes
2 answers

UIWebView + keyboard

I have a UITextView which has a UIWebView just below it. The frame of UIWebView is set depending on the UITextView. The frames are dynamic and keep changing in UItextViewDidChange method. Now, when the UIWebView is touched, the keyboard is…
amateurcoder
  • 97
  • 3
  • 12
0
votes
1 answer

How can I change the speed of the keyboard slide in/out animation?

I am very confuse with my small test app.When i do on the Textfield the keyboard comes slowly I want to increase the keyboard time.Can anybody tell me that how i can increase the time of KeyBoard up and down?
RAMAN RANA
  • 1,785
  • 4
  • 21
  • 40
0
votes
1 answer

How can I change the height of the keyboard in Xamarin iOS?

I am working on Xamarin iOS. When the user clicks in a text box, the keyboard opens, but it's looking too big. I want to reduce the height of the keyboard and its keys. I attached two images. Currently, the keyboard is looking like this: But I want…
anand
  • 1,399
  • 5
  • 23
  • 55
1 2 3
8 9