iphone-softkeyboard Questions
10
I put a numeric keypad in my app for inputing numbers into a text view, but in order to input numbers I have to click on the text view. Once I do so, the regular keyboard comes up, which I don't wa...
Sop asked 11/4, 2011 at 0:51
34
Solved
In IB's library, the introduction tells us that when the return key is pressed, the keyboard for UITextView will disappear. But actually the return key can only act as '\n'.
I can add a but...
Refusal asked 1/4, 2009 at 1:48
7
Solved
I am trying to provide a different language support on my iOS 5.x application whenever native Keyboard is opened. Provide this language in native keyboard programmatically. Could someone guide me h...
Defibrillator asked 26/9, 2012 at 6:42
2
Solved
I am seeing a strange issue with UITextView in latest iOS versions. As per my current understanding, it is only occurring in iOS 13. One of my users reported this on iOS 12.4.1, though I am unable...
Carisa asked 17/10, 2019 at 5:39
3
Solved
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 messag...
Vivisectionist asked 28/11, 2012 at 9:20
6
Solved
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 vie...
Dott asked 21/2, 2013 at 11:6
5
Solved
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 IBAct...
Everson asked 3/3, 2011 at 0:13
6
Solved
How to hide the keyboard programmatically in iphone?
Arsphenamine asked 6/4, 2010 at 17:30
2
Solved
This question is about iOS web dev.
I have a function which is fired by a keyup listener in a "Search" input field.
It works perfectly on a Desktops, Laptops, Samsung Galaxy phones and the Sony Xp...
Frenchman asked 22/10, 2015 at 12:25
4
Solved
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...
Pineapple asked 24/9, 2009 at 14:56
11
normally when you touch the text input area, the keyboard pops up and when you touch the empty area of screen, the keyboard disappeared. How to make that happen?
just like what we experienced on i...
Transcontinental asked 29/4, 2009 at 22:28
1
Solved
Considering the new QuickType section of the keyboard.
Is it quite true that one can use ONLY a notification for UIKeyboardWillChangeFrameNotification,
and simply "not bother with" the "older" UI...
Primateship asked 11/10, 2014 at 16:9
3
Solved
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 stil...
Aymara asked 1/7, 2011 at 5:44
7
Solved
I've been searching far and long, and to this moment, I did not come across a working solution for PhoneGap / Cordova applications that would show soft keyboard programmatically.
Scenario:
We hav...
Simper asked 27/8, 2012 at 10:44
3
Solved
How do i dismiss the keyboard without pressing the Send or Cancel button in MFMailComposeViewController?!
Thanks for any help.
Skyscraper asked 2/2, 2011 at 9:16
3
Solved
I am working in a TabBar app. In one view there is a UISearchBar and, when is pressed, the keyboard appears.
The problem is that the keyboard hides the tabbar.
Do you know how to solve it?
Fecteau asked 11/3, 2011 at 11:22
4
I have a few text inputs and I can hide the keyboard whenever I touch the background, but only when I have been entering into the first text box name textField1. now this code should be simpl...
Gregoire asked 30/4, 2012 at 19:34
2
Solved
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 ope...
Arawn asked 8/6, 2012 at 20:50
5
Solved
I am trying to recreate something similar to the popup keyboard used in safari.
I am able to visually reproduce it by placeing a toolbar over my view and the appropriate buttons, however i cant ...
Brigandine asked 23/12, 2008 at 19:25
3
Solved
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 c...
Mapping asked 12/8, 2009 at 17:28
1
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 impleme...
Ceil asked 30/11, 2011 at 8:27
4
Solved
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 te...
Kitty asked 22/10, 2009 at 23:13
1
Possible Duplicate:
How to dismiss keyboard for UITextView with return key?
I have a UITextView and have done the following:
text.returnKeyType = UIReturnKeyDone;
so that I can dis...
Hemolysis asked 31/1, 2011 at 6:6
2
Solved
Hi is there any way of changing the colour of keyboard or we have to get some custom keyboard for it , any suggestions?
Un asked 10/9, 2010 at 6:1
2
Solved
I want show the iphone keyboard. How can I write the code (programmatically) to show the keyboard.
Ga asked 10/5, 2010 at 8:39
1 Next >
© 2022 - 2024 — McMap. All rights reserved.