I\'ve got the following problem, hopefully I can make it clear when it does occur with the following figure.
I would like to change the layout when an EditText is clicked and the softkeyboard is shown, so all EditText views are still visible.
I\'m using Flex 4.5.1 with AIR 2.7 (and Flash Builder 4.5.1) to build an app for the Blackberry Playbook.
Need some help to enable multiple lines i开发者_JAVA百科n EditText WITHOUT permiting softkeyboard to open.
I have an EditText and a Button in my layout. After writing in the edit field a开发者_如何学编程nd clicking on the Button, I want to hide the virtual keyboard when touching outside the keyboard. I ass
Is there any way to specify which soft keyboard layout (I need only numbers) is shown when the user taps on a text input field in an HTML page?
I am developing an app which supposed to work on devices that have OS 4.5 or later. In my application I need to know when the virtual keyboard is visible or invisible. Becaus开发者_如何学编程e if virt
I have an activity with one EditText where I need to input numbers only. Now, I have defined the Input Type for my EditText to be number only and have drawn up a pretty keypad for my user to use, how
One the screens within my app shows a UIWebView with a HTML web form. Currently开发者_如何学Go when a textfield is focused and the keyboard appears a Go button is shown. Currently I have no user for t
So this is a common problem and has been addressed in a few places - not specific for an HTML Control on Windows Mobile 6.1 professional though.