Tagged Questions
0
votes
0answers
109 views
Is there an iPhone keyboard with non standard height?
I need to test if I'm correctly resizing some content based on the height of the system keyboard. I was under the impression that some international keyboards might be larger but I've looked at all ...
1
vote
1answer
545 views
JQuery Mobile: how to disable default keyboard when clicking in text field?
I am currently using input text fields that spawn a chooser (listview with various entries) when they are clicked on. Testing this on the appMobi emulator works flawlessly; however, when testing it ...
1
vote
1answer
105 views
Symbian simulate keyboard input
I have created a Qt background task that generates text on account of user input. My task runs when a text input field is open, what I now need is a way to insert text into the input of whatever ...
1
vote
2answers
1k views
Flex 4.6 AIR 3.2 TextInput artifacts
I'm testing simple TextInput functionality in flex 4.6 + air 3.2 mobile application and observing strange artifacts when soft keyboard resizes the view. Here is appearance:
before soft keyboard is ...
1
vote
2answers
2k views
How to use select() to read input from keyboard in C
I am trying to use select() to read keyboard input and I got stuck in that I do not know how to read from keyboard and use a file descriptor to do so. I've been told to use STDIN and STDIN_FILENO to ...
5
votes
1answer
3k views
Custom inputType / key set for Android soft keyboard
I'm looking into changing bits and pieces of Android's input methods, to enter coordinates specifically.
The keys/characters needed are 1234567890.-:
When choosing numeric signed and decimal I have ...
0
votes
1answer
785 views
Android keyboard does not show when pressing input text box
I am trying to implement an iframe with a search-box in my web page.
The thing is that I have a web-page from one domain let say this page is http:///myPage.html
and I have in its html an iframe ...
6
votes
3answers
3k views
Is it possible to change UITextInputTraits while a UIKeyboard is in view?
I want to change the UITextInputTraits of a keyboard while it is in use....
My ideal code would look something like this:
- (IBAction)nameTextDidChange:(UITextField *)sender {
if ([sender.text ...