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

how prevent changing keyboard numbers to alphabets by pressing ABC key

I place some textfields in my app,those textfield allows only numbers 0,1..9 and .symbol. For that my code is - (BOOL)textField:(UITextField *)textField shouldChangeCharactersInRange:(NSRange)range replacementString:(NSString *)string { static…
Mahesh Babu
  • 3,395
  • 9
  • 48
  • 97
1
vote
1 answer

can't blur input in ios

I'm building an iPad app using Xcode, Cordova and HTML files. In testing the HTML on an iPad, I'm not able to blur my input fields by clicking outside them. Do I need to code the background to blur the input? I want the blur so I can hide the…
webguy
  • 664
  • 10
  • 27
1
vote
1 answer

Customize numeric keyboard in iPhone

I need to add cancel button in numeric keyboard. How to customize the following keyboard? When I click by cancel button, the keyboard will be hide.
Velmurugan
  • 2,303
  • 6
  • 30
  • 45
1
vote
1 answer

Hide the iOS soft keyboard AngularJS

I need to close soft keyboard on iOS simply clicking outside of input field in Angular app. I found part of solution: $scope.hideKeyboard = function() { document.activeElement.blur(); var inputs = document.querySelectorAll('input'); …
vukan
  • 191
  • 4
  • 12
1
vote
1 answer

how to manipulate the keyboard in iphone

I want to manipulate the keyboard in iphone . basically want to create the action on the keyboard. thanks advance
Rocky
  • 1,427
  • 1
  • 28
  • 65
1
vote
1 answer

How is a done button added to a keyboard

I have a keyboard which edits text in a UITextView and tapping the return key doenst dismiss the keyboard, it only moves down to the next line. How can I add a done button and make that dismiss the keyboard?
some_id
  • 29,466
  • 62
  • 182
  • 304
1
vote
2 answers

How to make the keyboard go away?

I added a text field, and when I tap in there, the keyboard slides up. What are the steps needed that the keyboard shows an "OK" which actually really works? I mean...hitting "OK" or "Return" does exactly nothing. Is there some sort of…
dontWatchMyProfile
  • 45,440
  • 50
  • 177
  • 260
1
vote
2 answers

suppress keyboard in iphone UiWebViews

I have an app that uses UiWebViews, and I need to not show the keyboard for a text field within such a view. I provide my own buttons that insert the limited sorts of text the field allows, but I also need to allow pasting (I will filter what gets…
rob
  • 9,933
  • 7
  • 42
  • 73
1
vote
0 answers

Change the keyboard in UITextField with animation

I have a table with several textFields in several cells, each with different input keyboards (numeric for phone number, standard for name, etc.). When I change the editing text field by selecting one when other is editing, I want the first text…
camilo
  • 1,451
  • 3
  • 20
  • 31
1
vote
1 answer

mail composer. Removing keyboard explicitely?

how to resign keyboard explicitly for mailcomposer view controller. thanks
Sandeep Kumar
  • 1,595
  • 1
  • 12
  • 19
1
vote
2 answers

TextField is not pushed up smoothly by keyboard, like in Whatsapp and Hangouts

I'm trying to mimic the UITextField-keyboard relation in Whatsapp app. As most of you know, there is a fixed UITextField at the bottom of the screen and keyboard comes up as you tap the UITextField. While keyboard is coming up, UITextField stick to…
Mert Buran
  • 2,989
  • 2
  • 22
  • 34
1
vote
1 answer

iPhone create/register/add new custom smiley keyboard

i need a custom keyboard like Emoji application does in my application. Any ideas how to create/register/add a new custom smiley keyboard?
Adem Özgür
  • 200
  • 1
  • 10
1
vote
4 answers

How to adjust the view position when the keyboard opens in iPhone?

In forms that are longer than 50% of the screen area, inputs will appear underneath the keyboard. I want to adjust the view to keep the selected input always visible when the keyboard shows and reset its position when the keyboard disappears. Any…
1
vote
2 answers

Custom keyboard clear button

In my application i create a custom Numberpad .How can i delete whole contents of the textfield on continuos tap on the clear button. Any idea?
diana
  • 427
  • 2
  • 10
  • 22
1
vote
1 answer

Is there any way to customize the appearance and size of a keyboard on the iPhone?

Possible Duplicate: Customizing the iPhone keyboard Is there any way to customize the appearance and size of a keyboard on the iPhone?
diana
  • 427
  • 2
  • 10
  • 22
1 2 3
8 9