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

Block keyboard for input

How can I block keyboard for input (something like userInteractionEnabled = NO) in iOS >= 4 ? Keyboard is used for TextEdit. If I disable interaction for textedit then keyboard disappears, but I want to see the keyboard.
Le_Coeur
  • 1,521
  • 5
  • 28
  • 44
1
vote
1 answer

the scroll bar is hidden behind the keyboard

I have a UITableViewController with a search bar. When I touch the screen to start the search, I hide the UINavigationBar and show the scope bar search to optimize the space. For the TableView not hide behind the keyboard and search bar, I add…
Paulo Rodrigues
  • 5,273
  • 7
  • 35
  • 58
1
vote
0 answers

Is the iPhone keyboard button class public?

An app I'm developing needs a limited set of keyboard buttons in a custom view and I want the buttons to be identical to the standard iphone keyboard buttons, but this button style doesn't seem to be available in UIButton. Am I missing something?
Jay Jay
  • 157
  • 9
1
vote
1 answer

ReactNative : Getting white space between keyboard and comment-box input field

I am getting white space between the keyboard and input box. I have used KeyBoardAvoiding view in my code. Here is the piece of code: const [isKeyboardVisible, setKeyboardVisible] = useState(false); const [offsetValue, setOffsetValue] =…
user2028
  • 163
  • 4
  • 15
  • 40
1
vote
2 answers

UITextView keyboard hidding problem

I want to hide the keyboard after typing the content into the UITextView but i can not do this by default like UITextField. Is there any way to hide the keyboard, Rightnow i put the button which can help me out.If any default way to hide it then…
Jignesh Fadadu
  • 409
  • 4
  • 17
1
vote
4 answers

Is it possible to have a TextView without a Keyboard?

For the particular application I am developing the built in keyboards are useless for me (I need to support 0-9 and X, del and nothing else). I also am after a UI with large buttons to make it easier to hit the keys. It is easy enough to come up…
TofuBeer
  • 60,850
  • 18
  • 118
  • 163
1
vote
3 answers

how to use only numeric keyboard

i had made an application of temperature converter in iphone i want that when it launches in simulator only numeric keyboard should come and not the alpha keyboard. #import "farh_celcius_conv_AppDelegate.h" float i; float s; float…
Junior Bill gates
  • 1,858
  • 4
  • 20
  • 33
1
vote
0 answers

Detecting a physical keyboard from the browser

I'm creating a web page which will only be of use to users with a physical keyboard. It makes no sense to use it if you have an on-screen keyboard. (Think typing-tutor type webapp.) Is there any way to detect that a physical keyboard is present,…
1
vote
0 answers

Detect gestures on softkeyboard

Is there way to know when the keys are touched on softkeyboard (both onTap and onRelease timings)? If not is it possible to create my own keyboard that can do it using GestureDetector? What problems I might face if I go down that route? This as for…
1
vote
1 answer

Problem with UIScrollView and keyboard in iPhone

Let's see: i have to views each with a couple of textfields. One was built regularly, the other one has more textfieds and components so i added a scroll, which works (sorta). The problem is that, now, when i touch one of the text fields the…
ferostar
  • 7,074
  • 7
  • 38
  • 61
1
vote
1 answer

how to keyboard on after clicking in textfield

i Have a UITextField and a TableView When I click on textField then Tableview appear with popover controller and Keyboard is hidden automatically so i dont want to hide Keyboard after cliked on textfield How can i do this , I want to perform Two…
kailash
  • 11
  • 1
1
vote
1 answer

Display a view when keyboard is visible

Generally when the key board is visible some apps display a view on the top of keyboard with buttons like Done, Auto fill, .. etc My Question is : Is this provided by Apple or We have to create and use it. Thank You in advance
SNR
  • 1,249
  • 2
  • 20
  • 38
1
vote
1 answer

Manipulating the keyboard

So, I'd like to change the layout of the keyboard inside my app, such that it will include a next button(which would switch between text fields, similar to the tab key on a normal keyboard) and done button (to dismiss the keyboard…
Nicholas1024
  • 880
  • 1
  • 9
  • 15
1
vote
2 answers

How to change the displayed title of a soft keyboard in iOS?

Here's how my soft keyboard's title is currently displayed among the keyboard choices in iOS: I'd prefer for it to be displayed like the Gboard example above it, simply as "ASETNIOP" on the top line and "Multiple languages" below, as shown in the…
1
vote
3 answers

Stop 'Done' button on keyboard from putting keyboard away

When i press the done button on the keyboard, it automatically puts the keyboard away. How do i stop it from doing this?
Andrew
  • 15,935
  • 28
  • 121
  • 203
1 2 3
8 9