Tagged Questions
0
votes
1answer
24 views
InputAccessoryView Border?
I'm creating a custom keyboard accessory view. I am currently about 95% done with it. The only thing I have left is to remove the 1px (or 2px?) line above the native iOS keyboard. Is there a way to ...
0
votes
1answer
34 views
Custom Keyboard with Text Input to UITextField
I'm having difficulties with implementing a keyboard accessory that inputs text into a UITextField when a key is pressed on the accessory. This is was the rough draft looks like:
Keyboard Accessory ...
0
votes
1answer
54 views
Change return key (returnKeyType) on a contenteditable div in UIWebView
I would like to have a different returnKeyType on my keyboard when editing a contenteditable div in a UIWebView on iOS.
I tried putting the contenteditable div inside a form and assigning it a ...
-4
votes
2answers
46 views
iOS and xcode: how to implement the “dismissKeyBoard:” button method [duplicate]
This may seem like a very simple question, but can somebody please tell me how to implement the dismissKeyBoard: button method in xcode? I successfully followed other people's stackOverflow questions ...
0
votes
2answers
46 views
iOS and xcode: How to make a allow a user to minimize the keyboard when in Text View field
Just like the title says... How can I do that? I want the user to enter lots of text, and then somehow minimize the keyboard and go back to interacting with other objects in that view. However, they ...
0
votes
1answer
26 views
Issue with dismissing UITextField in custom UITableViewCell
I've a custom cell I implement in table view.
Inside the cell I've a text field (set to number pad keyboard).
Inside the table view I've 12 cells.
I can dusmiss the keyboard with touchesBegan ...
-1
votes
0answers
25 views
iOS localized keyboard
I need to make the keyboard in my app to appear on a specific locale, without the user having to go to the settings menu on the phone. I know is simple for the user to select a language via the ...
0
votes
1answer
29 views
How can I identify external keyboard being accessing the UITextfields
In my iOS application I am using accessory view as well I am shifting the view when keyboard is launching. But when i am using external keyboard (Bluetooth device) i do not need to show accessory view ...
0
votes
1answer
27 views
UITextView Auto-Correction is causing DidEndEditing callback
I have a TextView element in my custom cell with auto spell correction on. When I enter next word after spell correction on wrong text followed by a space and then clear it by pressing backspace, The ...
0
votes
3answers
45 views
Text is not showing in uitextview
I have added a textview on uiview. and when i am trying to enter data into it then its not showing.
Following in my code
questionView1 = [[UIView alloc]initWithFrame:CGRectMake(30, 40, 260, 350)];
...
-1
votes
2answers
60 views
set appropriate key pad for phone number text field
In my iPhone app,there is a text field for entering phone number of user.I have tried number key pad,phone pad, decimal pad etc. But none is appropriate.
How to set a number key pad which contains ...
0
votes
0answers
22 views
how to create custom keyboard using non-public API of iOS?
I want to create new iOS keyboard to use this keyboard across my iPhone. I know there is no public API to do this.
Is there any non-public API available for this ? At least I can use app in my own ...
0
votes
2answers
108 views
Resize a view when a keyboard appears (iOS)
I realize there are many similar solutions, such as TPKeyboardAvoiding, Apple's famous solution, and various suggestions involving the use of UIScrollView. In my case, I need to resize a view to ...
1
vote
2answers
77 views
Using currency symbols and commas in an input of type number
The best iOS keyboard for entering USD currency values (pictured below) includes numbers 0-9, the decimal symbol, the comma symbol, and the dollar sign. As far as I know, the only way to get this ...
1
vote
0answers
35 views
IOS keyboard default buttons translation
Actually, I need to translate only "done"/"pref"/"next" buttons at decimal pad keyboard to russian language or other. By the way, localization of the application in russian. Moreover, all other ...
0
votes
3answers
101 views
Dismissing Keyboard FirstResponder problems
So i am making an app and am having some problems with dismissing the keyboard from UISearchBar and UITextFields. Here is the structure of my app:
NavigationController -> ViewC1 - (Modally)-> ViewC2 ...
0
votes
1answer
80 views
HTML5 iOS Keyboard issues [closed]
I am trying to code a crossword application. Considering a PC I can easily code what I want with javascript using canvas for custom drawing.
But I'm stuck because I read that I am not able to control ...
1
vote
0answers
45 views
Can I set the iPad keyboard to dock type/undocked type/split type via code?
From the settings we can set our keyboard to dock type or split type. For the convenience of our app can we set the iPad keyboard to dock type/ split type via code? Because sometimes a split type ...
1
vote
0answers
48 views
Is there any way to customize an iOS keyboard to only show the microphone button?
I've been ask if it is possible to create a custom iOS keyboard with nothing in it but the microphone button (lower left on the standard text keyboard) and still get the microphone functionality. ...
1
vote
2answers
200 views
IOS prev/next button close keyboard unexpectedly
I'm currently using PhoneGap (Cordova) to build an App on iPad/iPhone.
One of my page in the app (in html/css/js), have more than 100 input type Number.
When i use finger to target each of them, it's ...
1
vote
3answers
88 views
Move UITextField in custom UITableViewCell to the center of the screen so the keyboard won't cover it [duplicate]
I have a form that the user of the app must fill in order to register to the service. However, as there are many fields that need to be filled, some of them are at the bottom of the screen, so when ...
0
votes
1answer
64 views
Prevent keyboard from scrolling UITextField underneath headerview in UITableView?
I have a tableview with a header and under that header I've a couple of UITextFields inside a UITableViewCell. The problem is that when I press the top UITextField, the UITextField scrolls underneath ...
2
votes
1answer
125 views
Default iPad AlphaNumeric Keyboard into Numeric Mode
I have a UITextField for users to enter their street address. I have Keyboard appropriately set to Default for the field.
Since most people's street addresses start with a number, I would like it to ...
0
votes
1answer
66 views
How to get the keyboard size without UINotifications IOS
I have a text field and a text view on screen. When my text view is the focused I need to show another view but if the text field is focused not show the view. I am using the UINotification methods to ...
-1
votes
1answer
60 views
Visual keyboard on iOS despite a external bluetooth barcodereader [closed]
i have e problem with my iPad and iPhone.
When I connected my barcodereader ("symbol LS3578") I have no visual keyboard more.
Just when I connected my bluetooth keyboard, but here I have a button to ...
5
votes
0answers
183 views
IOS system sounds with custom audio sessions
I have an iOS application that plays different audio effects and records audio at the same time. The purpose of the application is currently not important, but I'm having problems with stock iOS audio ...
0
votes
1answer
55 views
Keyboard doesn't come up with multiple UIWindows
I have created a loading UIWindow which I call and makeKeyAndVisible when I start loading. After I'm finished, I makeKeyAndVisible my main UIWindow. But my problem is after doing this, when I click on ...
-3
votes
4answers
127 views
how to show my active textfield in the center when the iphone keyboard shows up? [duplicate]
Except for the top text field,the iphone keyboard hides all the remaining textfields when I start typing.How do I show the active textfield above the keyboard and then bring it back to normal when ...
2
votes
2answers
91 views
In iOS make a UIButton have a same effect like keyboard key
I am working on a interface with a lot of buttons. I would like to have two effects from the keyboard key.
In the iPhone keyboard, after you press a key like "G" ,before your finger leave the ...
0
votes
0answers
82 views
Textview does not accept keyboard input (MonoTouch)
I have an iOS app, that was written in MonoTouch, where Textviews only sometimes do not get the input from the keyboard. The keyboard still reacts on the key presses. The view hierarchy looks OK. The ...
-1
votes
1answer
101 views
How do I reposition the Web View After the keyboard is gone?
I'm having a problem with a uiwebview in my app. Where the keyboard completely displaces the web content and i'm not able to move it back into place. There's also a problem when typing into the fields ...
0
votes
2answers
147 views
Programmatically switch keyboard from uppercase to lowercase
I would like to turn my user's keyboard from uppercase to lowercase to force typing in lower-case. How can I do this?
0
votes
0answers
79 views
Custom Numpad(0..9, “.”) for IOS [closed]
I need to implement an NumPad(0...9, ".", "Done") to input amounts... Like in Square Inc App, I am wondering if there is any library which enable me to do so.
1
vote
0answers
43 views
StageText very slow when opening
When opening the soft keyboard on iOS devices using StageText the application halts and is unresponsive for a couple of seconds before the keyboard opens.
Are there any ways to avoid this?
/Karl
0
votes
1answer
59 views
The virtual keyboard and my UIView are fighting (drawing over each other constantly)
I have a UIViewController in which I have added a UIView to it with some UIButtons, and a UITextField to input the user's name. When I select the UITextField and start typing on the virtual keyboard ...
1
vote
1answer
160 views
Present ViewController modally shows weird animation
I'm trying to create a simple modal view controller that lets you edit text using a text view. However, when I present the view controller modally, it slides in from the bottom left direction instead ...
0
votes
1answer
519 views
How does the Color Keyboard app (on the App Store) change keyboard appearance?
There is this app called "Color Keyboard" which changes the keyboard appearance for iOS. It is on the App Store. How is that possible?
How can I change the color of the keyboard in my app?
0
votes
1answer
39 views
Entering/Clearing specific UITextfields?
My aim is to have text boxes - a set amount per level for people to guess a hidden word. I don't want the UITextfield to be tapped and then bring up the keyboard, I'd like to have a different button ...
1
vote
2answers
83 views
Can I get rid of the last line of the iPhone keyboard or change the functionality of certain keys?
I'm developing my first iphone app, it is a word game, I was wondering if anyone could tell me if there is anyway of using the apple keyboard but changing certain keys. The last line of the apple ...
0
votes
1answer
110 views
Undock Keyboard Programmatically?
I suppose that it is not possible for us to programmatically undock the virtual keyboard. If possible, of course, I would like to know how. I also suppose that it is not possible for us to turn the ...
0
votes
3answers
160 views
How to disable keyboard appearing when hitting on a text field , iOS?
I have a text field , and i need when the user presses it to show a custom picker.
The picker is shown fine , but the problem is that the keyboard appears on the bottom and i dont want that.
This is ...
3
votes
3answers
90 views
How to determine if the keyboard is hiding a subview…?
I have a scrollview with multiple views on it. All these views have text field on them and once clicked the keyboard pops up. In certain cases the keyboard may hide this subview and I want to ...
0
votes
3answers
103 views
How do I delay the iOS keyboard from popping up?
So...I have my UIScrollView move up when the keyboard pops up, and that works...except that they UIScrollView and the keyboard don't come up in sync...first, the keyboard pops up, then the ...
1
vote
1answer
85 views
Replicating iOS Keyboard Functionality
I have successfully added a custom keyboard (inputview), and it is fully functioning. I have ran into an issue that I can't seem to find an answer to.
My keyboard consists of a grid of buttons that ...
0
votes
3answers
205 views
Can not dismiss keyboard iOS. Nothing works
I'm new in iOS Development for iPhone. I can not dismiss keyboard, nothing works. Please help me, maybe I didn't notice anything?
My .h file:
#import "UIKit/UIKit.h"
@interface ViewController : ...
0
votes
1answer
58 views
Unity iOS Ways to, or if it is possible, to disable the input on the spacebar
Been trying to come up with some ways to disable the spacebar input when using the iOS keyboard. I need to check a string entered from the keyboard against a result string, and as it stand when ...
-2
votes
1answer
454 views
how to make new custom emotion keyboard for ios (somewhat like Emoji) [closed]
What I want to make is emotion keyboard so that I can use the same in iPhone. When I searched, I found Emoji is better one to take ideas.
Inshort, I want to make app which would be keyboard and that ...
1
vote
1answer
184 views
How to add Bluetooth keyboard support to iOS application?
How to add Bluetooth keyboard support to iOS application? Just how to catch event when any key was pressed?
14
votes
2answers
563 views
iOS: How to detect the escape/control keys on a hardware bluetooth keyboard?
I'm trying to figure out how to detect that the Escape (and other key combinations like Ctrl and alt) have been pressed on a bluetooth keyboard attached to an iOS device.
Some answers seem to suggest ...
0
votes
0answers
125 views
UIModalPresentationFormSheet on iPad. How to adjust UITextView height when keyboard appears
UITextView is subview of the modal controller view. I need to decrease UITextView height when keyboard appears in order to bottom border y coordinate of the UITextView to be equal to keyboard's top y ...





