Tagged Questions
The android-keypad tag has no wiki summary.
9
votes
3answers
749 views
How to disable copy/paste from/to EditText
In my application, there is a registration screen, where i do not want the user to be able to copy/paste text into the EditText field. I have set an onLongClickListener on each EditText so that the ...
6
votes
5answers
7k views
is there a default back key(on device) listener in android?
I am having two activities A and B. when i click the button in A that will shows B. when i click the Button in B it backs to A. i had set the overridePendingTransition method after the finish() ...
3
votes
1answer
133 views
How to check if the native/hardware keyboard is used?
I want to check if the native/hardware keyboard is used, and also if possible I want to disable the third party keyboards.
My goal is simple I use just the native android soft keyboard for entering ...
3
votes
2answers
3k views
Android: Dynamically close the virtual keypad though code?
How can you dynamically close the virtual keypad through code?
All I want to do is close it when the user clicks an "Ok" button because it is not closing itself even though the button now has focus.
2
votes
1answer
108 views
How can I add “.com” button to Android keyboard? [closed]
Possible Duplicate:
android:inputType=“textEmailAddress” - '@' key and a '.com' key?
In my project I have an EditText in which user should enter his E-mail. How ...
2
votes
3answers
64 views
Open a numeric keyboard without forcing the EditText to be numeric only
I've come across this while doing work on creating my own Keyboard but can't for the life of me remember where I ran across it.
I want top open the Numeric keyboard. However, I want my EditText to ...
2
votes
1answer
49 views
Is there a way in Android to tell if a users device has an actual keyboard or not?
I would like to detect if the current users phone has a hardware keyboard or only a on-screen keyboard. Is this possible with the SDK?
Thanks
2
votes
1answer
155 views
How to show the contents hidden by keyboard in the webview
My android application is a webview, and in first page there are 5 editboxes. When i enter some data in editbox the last editbox is hidden by keyboard. So i enclosed webview within a scrollview. But ...
1
vote
1answer
32 views
capturing android soft keypad presses in javascript of html page in webview
i am making a phonegap(v 1.3) android app. Bascically phonegap has a webview which loads an html page. I wanted to know if there was a way we can capture android soft keypad taps/clicks in javascript ...
1
vote
0answers
53 views
Android webview keyboard scrolling issue
I am using android webview in my application, I have a small toolbar on top of my keyboard, so every focus on a field, I am trying to scroll webview using onfocus event listener (so that field wont ...
1
vote
0answers
30 views
How to replicate next button of key board with our customized button?
I am developing an web app. I have made some method of JavaScript which takes the input from edit text when the focus change from the edit text, but user have to click the next button from keyboard.
...
1
vote
2answers
95 views
Android keyboard Enter/Next Button handler
In my Android application I have 4 EditTexts laid out like this:
E11 E12
E21 E22
When I'm writing in E11 and tap Enter or TAB, it focus E21 as a default Android behaviour. How can I make it go ...
1
vote
0answers
72 views
How can I specify ime options for soft keyboard when not using editview?
In my application, I am showing/hiding the keyboard to allow the user to manipulate a custom widget. There is no EditText that has focus.
The problem I am having is that I want the layout to adjust ...
1
vote
4answers
390 views
SoftKeyboard with unicode characters or custom font
We're trying to build a SoftKeyboard for an android app. The characters to be shown on the keyboard are asian language characters.
Any pointers will be helpful.
0
votes
2answers
31 views
Listview swaps text inside of EditText when kaypad is invisible or visible
Problem : in Listview swaps text inside of EditText. it happen when keyboard invisible or visible. as shown in below images.
Code : ListView Activity Class :
public class ...
0
votes
4answers
28 views
How to disable typing into EditText once its visibilty is set to Gone
I am writing an application on Android and I have these bunch of buttons; when you click on them the input panel (EditText) appears if it is not already visible otherwise it disappears.
The problem ...
0
votes
0answers
29 views
Work with software keyboard in non-touch mode
I'm writing an application for a tv player which runs android 2.2.1.
As a part of the application I need to promt app user for email and password.
The problem is, the player is controlled with a ...
0
votes
1answer
23 views
How its possible in Android same as InputAccessoryView of iOS?
i need to add extra button in android inbuilt keyboard or above keyboard it's possible in ?
can anyone suggest me any control in Android like InputAccessoryView in iOS ?
i know its possible when ...
0
votes
0answers
71 views
Edittext and keyboard
I have a canvas app. I am using edittext to catch keyboard events.
Edittext = new Edittext(parent);
in on key pressed:
edittext.dispatchkeyevent(event)
And basically its working, but it isnt ...
0
votes
1answer
83 views
Show 'Done' key on softkeyboard
I need the softkeyboard to display the 'Done' key when inputting text into an EditText in my application. On an Android 2.1 device the 'Done' button is displayed, but not on 2.3 or it higher.
This is ...
0
votes
2answers
72 views
soft keypad for 'phone edit text' dynamically
I am building an application where I want to show only numbers keypad i.e 0,1,2,3,4,5,6,7,8,9 digits dynamically.That number keypad is being used for the field name 'phone number'. I have the solution ...
0
votes
1answer
106 views
Where in Android source does the KeyEvent dispatcher send to onKeyDown?
Where in the Android source code does Android call onKeyDown() when it receives notification from the hardware that a key was pressed?
0
votes
3answers
348 views
Show soft keyboard (numeric) using AlertDialog.Builder
I have an EditText in an AlertDialog, but when it pops up, I have to click on the text box before the keyboard pops up. This EditText is declared in the XML layout as "number", so when the EditText ...
0
votes
0answers
24 views
Getting Grey patch behind text in keyboard?
I am working on a keyboard and it shows grey shadow behind the text in the keyboard. how to remove that grey shadow behind the key.
0
votes
2answers
315 views
Why is onKeyUp or onKeyDown not getting called for certain characters?
In my activity, I have an onKeyUp and onKeyDown event handlers, which are called for normal characters and even for some unicode characters like cedilla (ç). But not for others like á, à, ü, é, č, š, ...
0
votes
0answers
29 views
Pop up of Key is going above the keyboard
I have a keyboard layoyt, in some screen the popup on pressing the button to show the pressed button is normal, but is some screens it goes above the keyboard. What could be the possible reason.
0
votes
1answer
158 views
Is there some way to change the backround of keyboard and color of keys?
I want to change the color of keys and background of keyboard. Is there some way to achieve this.
0
votes
1answer
511 views
Get Cursor Position in Android in Edit Text?
I am using a custom EditText View. I have overridden the OnKeyUp event and am able to capture the Enter Key press. Now my requirement is, when the user has entered a text "Hi. How are you?" and then ...
0
votes
1answer
53 views
Keypad Sent or Done button not visible in WildFire a3333
I use android:imeOptions="actionSend" or android:imeOptions="actionDone" in xml for Edittext. Send or Done key is visible for all the simulator QVGA,HVGA,WVGA.... but while installing the application ...
0
votes
0answers
50 views
Using 'SoftKeyboard' service for multiple keypad in one application in Android
I am trying to use the 'SoftKeyboard' example. I have installed this sample apk. Now i need to access this service in my application. How can I do that?
My basic requirements are
I want to use a ...
0
votes
1answer
606 views
how to disable voice input key in android keypad
i need a code to disable/hide the voice input key in android keyboard.
thanks
0
votes
1answer
162 views
Modifying android keyboard
i would like to add my own key "X" by editing the previous one like "Done", or else is it possible to add a new key to the keyboard framework in Android. I want my button like this. i tried using ...
0
votes
0answers
116 views
Done button in keypad must replaced to 'X' button
I want to replace android done button (in keypad) to 'X' label or we able to add new button under name 'X' in android keypad
I use android phone number keypad and imeoptions actionDone in xml file
...
0
votes
2answers
110 views
Open Certain Keyboard Android
I've noticed that some apps when you click on something like edittext has a carriage return while others have a next button in place of a carriage return. I think the carriage return in the default so ...
0
votes
1answer
196 views
Android: how to display keypad
i am developing simple adroid application. I main program i need to see kaypad(just letters). I have tried to add buttons and then and caption, events, but it takes a lot of time to configure app. ...
0
votes
0answers
611 views
Android - Get soft keyboard to automatically pop up when a dialog is displayed?
I currently pop up a custom dialog with an EditText in it.
Currently the keyboard will only pop up when the user clicks "into" the EditText.
Is it possible to get the keyboard to pop up for the ...
0
votes
1answer
290 views
Loading dictionary for input method suggestion list
For various reasons, i'm trying to write my own input keyboard. So far all is going well except that of creating the suggestions.
I've found the latinIME algorithm, which is all good.
However i'm ...
0
votes
1answer
52 views
How can I vary the height of some keys within a row?
I'm creating a custom keyboard layout. The SDK allows changing the width of keys in a row (as in ThickButtons), but ideally I'd like to be able to vary both the height and width of keys within a row ...