The uikeyboard tag has no wiki summary.
2
votes
2answers
54 views
UITextView inside a UIScrollView inside a Popover is not fully visible when keyboard is displayed
I have a UIPopover with a UIScrollViewinside it that contains a UITextView at the bottom. When the keyboard shows, the popover is resized as the text view begins to be edited. I want the code below ...
1
vote
2answers
44 views
iOS hide default keyboard and open custom keyboard
I have an UITextview, when user taps on UITextview i need to hide the default keyboard. For that i have done,
[myTextView setEditable: NO];
So the keyboard is not shown, here i have created an ...
0
votes
0answers
25 views
Keyboard disappear automatically
I have a little problem with the notific of keyboard disappear, I add the observer:
[[NSNotificationCenter defaultCenter] addObserver:self
...
1
vote
2answers
31 views
UIKeyboardWillShowNotification from custom class issue
I have a customized UITableViewCell with textfields. The textfields of the cells are set to call for delegate functions.
Inside
-(BOOL)textFieldShouldReturn:(UITextField *)textField{
...
0
votes
0answers
32 views
how to decrease the size of button in ios keyboard and add a button
How to decrease the width of space button in ios keyboard and add a button in that space?
I don't want to customize the whole UIKeyboard.
0
votes
0answers
46 views
UIKeyboard crashes when input Chinese in iOS 6.1
I have a UITextField accept user input to search the content on server side.
Everything goes well when just input English. And when I try to input Chinese, the application crashed (but not every ...
1
vote
1answer
66 views
Move UIView at same rate when keyboard is displayed
I have a UIView in the center of my screen that contains a UISearchBar. When the user clicks on the UISearchBar I successfully animate this view up based on UIKeyboardFrameEndUserInfoKey.
The ...
0
votes
0answers
31 views
Keyboard input stops after UIReferenceLibraryViewController/UIPrintInteractionController is Presented
I am facing a strange issue in an app I am developing.
Whenever the inbuilt UIReferenceLibraryController /UIPrintInteractionController is presented within the app, it disables text input from ...
0
votes
2answers
54 views
UISearch bar keyboard color iphone monotouch
How to change the UISeachBar keyboard color to the black ?
0
votes
2answers
41 views
Check if object is UIKeyboard
I was wondering if anyone has a clever way to check to see if an object is of type UIKeyboard? I can't use the UIKeyboardDidShow notifications, because I'm using them to bring up other inputView ...
1
vote
1answer
185 views
UIScrollView issue on tapping UITextView or UITextField on keyboard presentation
I have a UIScrollView, which contains UITextFields and UITextViews. I have registered for the UIKeyboardDidChangeFrameNotification. When I tap on a text field or text view, the did change frame ...
1
vote
1answer
96 views
Change “return key” on iPhone
Anyone have any idea how to replace the "Return" key on the iPhone keyboard with a hashtag key and @ symbol key? Instagram utilizes this on their comment system, so it should be possible, but I can't ...
3
votes
1answer
89 views
Dismiss keyboard on UITextField through Interface Builder
I've seen this, but don't remember what Jedi technique exactly was used through interface builder to dismiss uikeboard when return key is pressed. Anyone knows how to do this?
Please do not post ...
0
votes
1answer
64 views
UITextField keyboard: enable done button when no text is entered
I have a UITextField in my app. When the user selects it, a keyboard is presented with a done button. The keyboard is dismissed by pressing the done button. But the done button is only enabled after ...
2
votes
3answers
189 views
Convert UIKeyboardFrameEndUserInfoKey to View or Windows Coordinates
For the constant UIKeyboardFrameEndUserInfoKey, in the Apple docs it says:
These coordinates do not take into account any rotation factors
applied to the window’s contents as a result of ...
1
vote
1answer
97 views
Cannot set the keyboard type programmatically - ios
I am having trouble setting the UIKeyboardtype in my app.
These are the 2 lines that are not being reflected in my app.
_firstTextFieldWebsite.keyboardType = UIKeyboardTypeURL;
...
0
votes
0answers
58 views
Unexpected UIKeyboardWillHideNotification on a presented view controller
I have viewControllerB that i'm presenting from another viewControllerA and inside viewControllerB's viewDidAppear, I'm listening to both UIKeyboardWillShowNotification and ...
0
votes
1answer
32 views
How to check if UIView is at coordinates
I have a tableView with textFields inside of them, and I have animation that slides the tableView up when the textFieldDidBeginEditing method is called. Here is my code:
- ...
1
vote
0answers
298 views
WPF Touch Keyboard for windows 8
currently I am working on a WPF project
for a Windows 8 tablet. When a user sets focus on
an input field, the touch keyboard should appear.
private void txtVisFamName_GotFocus(object sender, ...
1
vote
2answers
68 views
iOS Keyboard shows SAVE [duplicate]
I have a UITextField and I would like to have a UIkeyBoard that shows 'SAVE'.
How can I make the keyboard show 'SAVE' button?
I am aware of options that can be configured like Default, GO, DONE, NEXT
...
0
votes
2answers
166 views
uitviewcontroller with uitableview and custom uitableviewcells with uitextfields scroll up/down with keyboard
I am having some difficulty figuring out the best way to get my uitextfields to not be hidden when the keyboard popsup. Right now i have a UIView that contains a uitableview subview and button.
*The ...
4
votes
4answers
160 views
Bringing up the iPhone keyboard by clicking a button?
How can I bring up the iphone keyboard by clicking a button - I haven't created any text fields. My intention is to have labels that hold a single character.
Other people have asked this and it has ...
1
vote
0answers
43 views
keyboard hides, view doesnt scroll down properly only for the first try
I want my view to scroll down when keyboard hides, the thing is that for the first time the view comes from outside of its frame(first image I have attached) but if I hide keyboard for the second time ...
2
votes
3answers
106 views
How to know the UIkeyboard is appeared or not in iOS? [duplicate]
How can I find the UIKeyboard is open in my application or not?
I don't want to use any delegate methods of UITextField.
Please suggest any solution.
Thanks in advance.
1
vote
0answers
119 views
Why is my UIScrollView scrolling the wrong way when keyboard pops up?
So, as often suggested for people who want the view to be pushed up when the keyboard appears, I use a UIScrollView. I copied and pasted the information from this page -- ...
0
votes
3answers
218 views
dynamically change UIKeyboards return key
I have two UITextfield the user enters his name into the first and email into the second. I would like to know how to change the UIKeyboards return key depending if the name text field has an entry or ...
0
votes
4answers
140 views
How to make a keyboard return on the done button [duplicate]
I have created a custom cell, containing a text field. I would like the keyboard to disappear when the user presses the done button (as seen in the screen shot below).
The custom cell is located in ...
0
votes
3answers
121 views
Dismissing keyboard on tapping outside the table
Before you dismiss my question as being a duplicate of this one: iphone, dismiss keyboard when touching outside of textfield
The issue for me is that my textfield is part of my prototype cell which ...
0
votes
1answer
65 views
Dealing with keyboard and tableviewcell
The layout for one of my View Controllers is such: I have a scroll view embedded inside my VC. Inside my scroll view, I have a table view that consists of 5 cell. The first 3 cells consist of a ...
0
votes
2answers
114 views
Adjust View For Keyboard When Switching UITextField?
I have the ability for my view to slide up when the keyboard appears in my app so the text field can be seen and it worked just fine. However, because its based on keyboard notifications it only ...
0
votes
2answers
72 views
UIView not returning to proper position after animation
I have a simple UITextField, that when someone goes to edit it, and the keyboard pops up, the view shifts up so that the user can see what they are entering. However, when I close the keyboard, the ...
1
vote
1answer
124 views
Show UIKeyboard without animation [duplicate]
In objective-c when you set becomeFirstResponder on UITextField the keyboard comes sliding up from the bottom.
Is there any way to disable this animation?
1
vote
1answer
146 views
UIKeyboard next button not going to next UITextField
I have been trying to figure out how to get the next button on the UIKeyboard to load the next UITextField.. I have two cells, Name and Email I would like to go from Name to Email using the Next ...
0
votes
1answer
90 views
Moving form content which is located under the keyboard
I am using UITableView, where each cell contains a UITextField, and using Apple official example, I wish to perform goal, moving the active field above the keyboard if it's already hidden. However, ...
1
vote
3answers
97 views
UITextField that is always first responder
I have a ViewController that is just a textfield, a next button, and a back button. I want the text field to always be editable while having the keyboard always present. I also want to customize the ...
1
vote
1answer
181 views
UITextField - Prevent user from typing non-standard characters (like Emoticons)
My app creates and stores EKEvents into the standard Calendar database, however, I've found that if I use an emoticon as the "notes" for an event, it causes a crash when trying to read the event out ...
0
votes
0answers
50 views
UIKeyboard's origin gets set to “inf” after MFMailComposeViewController is dismissed
I've got a view with two subviews in it: a UITextView and a UIButton.
The button presents an MFMailComposeViewController.
If I tap on UITextView after presenting and dismissing the ...
3
votes
1answer
114 views
how can i turn keyboard in iOS6.0?
i have a portrait view (status bar hidden), but i turned it. Then keyboard shows this:
i want keyboard to turn and fullscreen. Please help me. Thanks in advance.
0
votes
1answer
241 views
Bringing up a UIPickerview rather than keyboard input iOS
Basically I would like to have the user click in the text field and it bring up a populated pickerview rather than a keyboard. This would also need a toolbar with a done button as well Im presuming. I ...
1
vote
0answers
111 views
UIKeyboardWillShowNotification and UIkeyBoardDidShowNotification
I am making a done button on numberpad keyboard iphone , as shown in the following tutorial.
When I use UIKeyBoardWillShowNotification [tempWindow.subviews count] is coming out to be “0″ as keyboard ...
0
votes
1answer
76 views
Create a keyboard using Ember JS with nested CollectionViews
EDIT: SOLVED, was accidentally creating instead of extending the ember view. See answer below.
I am creating a keyboard for a touchscreen device that does not have a native touchscreen keyboard in ...
0
votes
4answers
178 views
UITextview - UIKeyboard dismiss
I have to dismiss the UIKeyboard while entering the "done" button when I am in UITextView.
Note: I tried it with UITextView. It works fine and I want to implement the same concept in UITextview. I ...
0
votes
1answer
41 views
UIKeyboard stops working randomly
when typing into a searchBar, 80% of the time it works fine, however the rest of the time, when I press a letter nothing happens, it is as if the keyboard stopped working.
Any thoughts?
1
vote
0answers
64 views
Changing the UIReturnKey for an HTML text field in UIWebView
We have a UIWebView within our app to ease the pain of creating a large form. A lot of the text fields produce a keyboard with a "Go" button, but we don't send the user to another page from any text ...
0
votes
2answers
45 views
Can i prevent keyboard from spliting?
User can split keyboard in my app.
I want to prevent keyboard split from user how can i do this?
Thanks in advance.
2
votes
4answers
107 views
UITextView make keyboard permanent?
I have two UITextViews in one UI, One of the UITextView is the first responder. The other UITextView is non-editable. When I double tap the non-editable UITextView, the keyboard disappears and I want ...
0
votes
0answers
87 views
UIKeyboard notification before UITextField begins editing
I'm using the NSNotificationCenter to determine when the keyboard is showing up. At this moment I'm getting some information about the size and animation properties of the keyboard.
Then a ...
0
votes
1answer
352 views
custom keyboard with inputAccessoryView iphone xcode
I have seen many questions about iphone custom keyboard. But, I cannot find a good tutorial and the one that can be customized easily. I have found out this which is easy to customise and also ...
-2
votes
3answers
252 views
remove keyboard of UIWebView on “Go” button click [closed]
I am using UiWebView in my application and I don't want "Previous/Next" bar on top of keyboard so I removed it.
Now I want to disappear keyboard on "Go" button click. I have implemented following ...
0
votes
2answers
85 views
KeyBoard Hangs While Typing
First Of All Happy New Year to all of you.
I am working on Chat Application My problem is that when i send a message to another user if i type another message while previous is going to other my ...


