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
0
votes
1 answer

iPhones search button on keyboard not redirecting to correct page

I got a search bar and search button on the Master page. To handle the enter or search button of mobile keyboard, i've a function that checks for keycode event. the function will trigger a click event for search button if the keycode is the search…
sd4ksb
  • 241
  • 1
  • 4
  • 16
0
votes
1 answer

iPhone - temporarily disable keyboard

G'day All My app has a first run component that presents a login/signup screen & on successful login/signup moves on to loading the app's data. For those who've seen it the process follows similar style to that in Instagram. If the keyboard is…
Pedro
  • 878
  • 1
  • 12
  • 29
0
votes
1 answer

How to simulate a soft keyboard click on IOS simulator?

I am using XCTest to test my IOS app. As part of a test case I need to enter a number into a field (which is not a text box) When I record the test, following code is generated when I use the soft keyboard on the…
0
votes
1 answer

IOS keyboard will not show when add in small piece of code

I have the following custom keyboard code: override func viewDidLoad() { super.viewDidLoad() //As soon as I add in this code the keyboard will not showup and instead //selecting this keyboard just reverts back to the normal keyboard …
Foobar
  • 7,458
  • 16
  • 81
  • 161
0
votes
2 answers

Unwanted Keyboard after Back Navigation

All UIViewControllers in my app are managed by a top level UINavigationController. In the UIViewController that is currently on top of my navigation stack I have a set of UITextFields. A problem occurs when I call becomeFirstResponder() on one of…
user3386180
0
votes
2 answers

Why isn't my keyboard appearing?

I have an application that allows the user to edit multiple text fields and views. Rather than mess around raising each view to the top when the keyboard is active, I decided to instead make one textView for editing and hide/show it when input is…
Ash
  • 9,064
  • 3
  • 48
  • 59
0
votes
1 answer

search button in search keyboard

I have a search bar and on clicking the search bar the keyboard pops up. On pressing the search button on search keyboard the keyboard should hide. How to do this ?
thndrkiss
  • 4,515
  • 8
  • 57
  • 96
0
votes
3 answers

iPhone custom keyboard

I'm creating a custom keyboard with say 10 UIButtons laid out in a horizontal row. The buttons span the width of the screen, are the same size and must sit flush against each other. I would also like to allow the user to choose a button by sliding a…
Ken
  • 30,811
  • 34
  • 116
  • 155
0
votes
0 answers

iOS keyboard closing on keyup

Re-Asked to bump this back up the list of questions...
Tunna182
  • 343
  • 3
  • 16
0
votes
0 answers

Ext.js - text fields losing focus while typing & become hidden by keyboard

I made a web app using Ext.js & Sencha Cmd. Everything works well in the desktop view & almost everything works in the mobile view.... except for the text fields in the form panel. When I view on iPhone & focus on a text field, the keyboard appears…
heat222
  • 99
  • 8
0
votes
3 answers

international keyboard customized?

in iphone sdk 3.0 they have given option of international keyboards.user can choose the keyboard that he want. but how can we localize our application. for e.g if user have chosen a French language keyboard we should interact with him in french.…
Shishir.bobby
  • 10,994
  • 21
  • 71
  • 100
0
votes
2 answers

Keyboard problem on iPhone OS 4.0 (8A248c)

I have view with text field -- subclassed from UIAlertView. In the textFieldShouldReturn delegate I call resignFirstResponder for text field and dismissWithClickedButtonIndex for view. On the 3.x version everything fine, but on 4.0 keyboard still…
Newbee
  • 1,032
  • 1
  • 11
  • 27
0
votes
3 answers

How to build a bar on the keyboard

I want to dismiss keyboard by click dismiss button ,How to build a bar on the keyboard? like this: (source: alexcurylo.com)
HelloWorld
  • 7,156
  • 6
  • 39
  • 36
0
votes
1 answer

Display keyboard above toolbar?

I have a view with a bottom toolbar and a UIWebview that is loading an HTML page with some textboxes. Is there anyway when the user clicks on a textbox, the keyboard appears above the toolbar, that way it doesn't hide its buttons?
Sheehan Alam
  • 60,111
  • 124
  • 355
  • 556
0
votes
1 answer

Re-sizing viewport height when the iOS7 soft keyboard is opened in Trigger.io

When the soft keyboard is opened in android the viewport is automatically resized to fit the screen (device height - keyboard height). In iOS7 the viewport is simply pushed up (the top half just doesn't get displayed). While it might be the desired…
EugeneMi
  • 3,475
  • 3
  • 38
  • 57
1 2 3
8
9