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
0 answers

Fix iOS keyboard for Phonegap not to dismiss

I have been developing phonegap applications for quite sometime but i have not been able to perfectly resolve the issue where screen resizes itself and disrupts the header/footer position while dismissing the iOS keyboard. I am of the view that of…
Baxethov
  • 71
  • 1
  • 7
0
votes
2 answers

UITextView not remove keyboard

Question, I have a UITextView in one of my views, but when the user hits the Enter key, the keyboard is removed. I really want the Enter key to put in a \n. This happens in several other places in my app. Lots of posts to have the return remove…
Rob Bonner
  • 9,276
  • 8
  • 35
  • 55
0
votes
1 answer

Control iOs & Android Softkeyboard with javascript or native HTML

Is there any solution to control the softkeyboards from iOs & Android with Javascript or HTML ? My Problem is that i have to remove the Button "Return, Open and "Next"" when iOs & Android user focused an input. It is very important that they dont…
TJR
  • 6,307
  • 10
  • 38
  • 64
0
votes
2 answers

iphone - Keyboard cache

i'm writing an iphone application with an authentication page, where the end user puts his credentials. I know that the iphone keeps traces of the keyboard strokes & i would like to reset the keyboard cache in order to prevent from hackers to dump…
user243063
0
votes
2 answers

AS3 iOS 'catch'/'recognise' that user pressed return key on the soft keyboard

I was trying to find a solution online but couldn't find a proper answer. Does anyone know how to 'catch'/'recognise' that user pressed return key on the soft keyboard (iOS)? And how to check if the input equals to e.g. correct answer? Thanks a…
cubeec
  • 15
  • 4
0
votes
0 answers

Flex s:TextArea cannot see softkeyboard

I use spark TextArea as my input dialog on my iPad1(IOS 5.1.1). I use the codes as following
Tinggo
  • 1,127
  • 1
  • 9
  • 18
0
votes
3 answers

Scrolling UITextField into view when keyboard is shown

I'm writing an app targeting iOS 6.1. I'm trying to follow this Apple doc on how to scroll a UITextField into view if it is obscured by the keyboard. The problem is that Apple's documented algorithm for calculating the scroll point doesn't work so…
HairOfTheDog
  • 2,489
  • 2
  • 29
  • 35
0
votes
1 answer

Keyboard not dissmissing

In my view controller i added a text field as below. txt1 = [[UITextField alloc]initWithFrame:CGRectMake(10, 10, 70, 20)]; txt1.delegate = self; txt1.borderStyle = UITextBorderStyleRoundedRect; [self.view addSubview:txt1]; [txt1 release]; I set…
diana
  • 427
  • 2
  • 10
  • 22
0
votes
1 answer

Getting Animated for UItextview Keyboard

ISSUE: The UItextview Keyboard Getting Animated. Am doing one iphone app. In this app am using the UItextview. So now am putting [textview BecomeFirstResponder] for getting Uitextview keyboard active. But that uitextview keyboard getting animated.…
Yuvaraj.M
  • 9,741
  • 16
  • 71
  • 100
0
votes
4 answers

Disabling Keyboard

How to Hide Keyboard by pressing Returnkey
Ankit
0
votes
1 answer

Is there a way find to find out if a software keyboard is shown?

My actual UITextField control is embedded many layers down in an external library. Therefore I am unable to detect if it is being edited by calling control isFirstResponder. Is there another way to detect if the software keyboard is shown?
erotsppa
  • 14,248
  • 33
  • 123
  • 181
0
votes
1 answer

Popup japanese keyboard in iphone

Can we change the keyboard language in iPhone from English to Japanese programatically?
Mathew Varghese
  • 4,527
  • 2
  • 17
  • 26
-1
votes
2 answers

soft keyboard does not push elements up on iPhone

I have a posting form in my web app. On Android phone, When the contenteditable div is focused the soft keyboard pushes every other html elements up so it is good. However, on iPhone it does not do the same, but the keyboard just covers every other…
Jay Jeong
  • 892
  • 2
  • 11
  • 24
-1
votes
1 answer

How to hide the keyboard without using resignFirstResponder in iPhone?

I want to do this because I tried to receive data by using textField via BLE. But the keyboard of the iOS always shows up when the textField becomeFirstResponder. So, is there any way to dismiss the keyboard for ever?
workeramo
  • 1
  • 1
-1
votes
3 answers

Custom Keyboard in iphone

i have to develope an application in which i have to add two buttons within the keyboard i need to know how to implement it. please help me. i will be thank full.
sagar
1 2 3
8
9