Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

38
votes
7answers
35k views

Android: show soft keyboard automatically when focus is on an EditText

I'm showing an input box using AlertDialog. The EditText inside the dialog itself is automatically focused when I call AlertDialog.show(), but the soft keyboard is not automatically shown. How do I ...
13
votes
2answers
5k views

How to disable “Next” button on a EditText software keyboard (replace with “Done” button)

I have a bunch of EditTexts in my Android application, each with InputMethod set to numberSigned. My target device does not have a hardware keyboard and thusly uses the software keyboard for numeric ...
11
votes
7answers
2k views

Reliable way to know when android soft keyboard resigns (callback that works on every phone)

We are working on our first android app and it has been a very enjoyable experience so far. It is almost complete, but before release we are having some considerations ,mainly about android soft ...
9
votes
2answers
678 views

Creating a SoftKeyboard with Multiple/Alternate characters per key

I've followed the examples on developer.android.com regarding Input Methods and played with the SoftKeyboard sample application. These together give more than enough information regarding the ...
9
votes
4answers
2k views

Show soft keyboard when Activity starts

I have 2 activities, A and B. When A starts, it checks for a condition and if true, it calls startActivityForResult() to start B. B only takes text input so it makes sense for the soft keyboard to ...
7
votes
4answers
2k views

Programatically Hide/Show Android Soft Keyboard [closed]

Possible Duplicate: How to close/hide the Android Soft Keyboard? First thing first I already saw this thread. I tried accepted methods given there..But nothing worked for me.. I have two ...
5
votes
4answers
2k views

How to prevent the soft keyboard from ever appearing in my Activity?

I'm writing an Android game that runs in fullscreen landscape mode, and has buttons placed at the bottom left and bottom right of the window. The problem is that one of these buttons is (on many ...
4
votes
1answer
152 views

Android Softkeyboard enter the numeric value into edittext very slow

I have TableLayout, which contain number of products.Each row contain code, description qty , price, discount value, ..... Depends on the user enter quantity , discount value, discount quantity & ...
4
votes
3answers
463 views

Soft-keyboard type in a custom HTML page

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 can change the HTML page and the Javacode (I have an ...
3
votes
1answer
92 views

Flex Prevent soft keyboard from closing

I have a mobile AIR app with a simple layout: <s:layout><s:VerticalLayout /></s:layout> <s:TextArea width="100%" height="100%" /> <HGroup width="100%" > ...
3
votes
2answers
165 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
5answers
407 views

BlackBerry software keyboard listener on OS 4.5 (or later) compatible code

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. Because if virtual keyboard is ...
3
votes
2answers
3k views

Hide Soft Keyboard on Done Keypress in Android?

Im struggling with the done button on the soft keyboard. I can't get the soft keyboard Done key press to hide the keyboard. From another button, it works perfectly with ...
3
votes
1answer
1k views

Hide Soft Keyboard Not Working

I'm developing on the Droid Incredible (and have tested on a 1.5 AVD Emulator as well), and one of the tabs in my tab widget consists of a listview and a row with an EditText and a Send button (for a ...
2
votes
1answer
71 views

EditorInfo.inputType contains unknown input class

I'm writing an IME (soft keyboard) and I'm getting some weird behavior from one app (Android Mail). It is passing an unknown input class to my IME (via ...
2
votes
0answers
154 views

Android: Loading JavaScript with WebView.loadUrl but keeping soft keyboard

When a user click on a (html) Textfield in a WebView, the soft keyboard is shown. But when I load some JS with WebView.loadUrl the soft keyboard disappears. I understand the behaviour when you load a ...
2
votes
1answer
506 views

How can I make a T9 style on-screen keyboard for Windows?

Sometimes at night, I like to watch movies in bed, or TV shows online. This is convenient since my computer is right beside my desk, so I just spin one of my monitors around, disable my other screen ...
2
votes
3answers
9k views

Soft keyboard does not show when Activity starts

I have added android:windowSoftInputMode="stateAlwaysVisible" to my Activity in AndroidManifest.xml and here's my layout: <?xml version="1.0" encoding="utf-8"?> <LinearLayout ...
1
vote
0answers
54 views

WebView & Soft keyboard Issue

I want to show the soft keyboard, until my main activity is destroyed. I can do this through: Adding following parameter to a activity tag in my manifest file ...
1
vote
0answers
53 views

Is it possible to update an android listview after the soft-keypad has been displayed

Essentially what I want is that when a user clicks my edit text box, the listview is scrolled to display the last records. public void onFocusChange(View v, boolean hasFocus) { if (hasFocus) { ...
1
vote
0answers
257 views

Android editable spinner plus virtual keyboard - is it possible?

I have AlertDialog with editable Spinner which allow me to edit the selected value, but there is a problem. The edit control inside my spinner accepts the focus after tap and if the device has a ...
1
vote
0answers
166 views

how to add a button to Windows CE 6 aygshell menu bar and link to a library function?

Dear fellow Windows CE developers, i want to make a button available in the aygshell menu bar of Windows CE 6, that shows or hides the software input panel (SIP) of a Windows CE 6 r3 system. My ...
1
vote
0answers
224 views

How do I change the locale/layout of software input panel (SIP) in WinCE 6 r3

Dear fellow Windows CE developers, in my current project i need support for German keyboard layout on my Windows CE device. Setting the locale accordingly the software keyboard input driver still ...
1
vote
1answer
101 views

Open keyboard for EditText inside a TextView

I have a Spinner(inside a dialog) that contains an EditText as one of its element. The problem is that no keyboard is shown when I click inside the EditText. I tried various methods like manually ...
1
vote
1answer
305 views

View-specific IME?

I have a custom view for which I want the user to be able to enter characters from an app-defined set of characters. To do this, as I understand it, I need to write an input method service. The user ...
1
vote
1answer
2k views

How to disable Android Soft Keyboard for a particular activity?

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, ...
1
vote
1answer
571 views

How do you disable the iPhone keyboard Go button when a textfield is focused inside a UIWebView?

One the screens within my app shows a UIWebView with a HTML web form. Currently when a textfield is focused and the keyboard appears a Go button is shown. Currently I have no user for the Go button ...
1
vote
0answers
271 views

SoftKeyboard Sample blurry font / key background problem

I am new to android development, so sorry for maybe a stupid question. I am going to write simple soft keyboard. I started with the following sample: ...
1
vote
1answer
220 views

Soft-Keyboard intercepting my onClickListener?

In Android I have the following code to blank an EditText box when clicked. This is to remove any existing information in the box and start with a blank slate. It sort off works. When you first click ...
1
vote
0answers
143 views

android softkeyboard onTouch()

What is best way to implement custom SoftKeyboard, so it recognize where user push, and where user release, and then use both coordinates to determine character? E.g. if i push Q, then move finger to ...
1
vote
1answer
190 views

How can I detect if a windows mobile device has the keyboard extended?

How can I detect if a windows mobile device has the keyboard extended? I am manually launching the soft keyboard and I need to know when to prevent my app from launching the PIE.
0
votes
1answer
42 views

How can I force the Onscreen keyboard to appear before user-login to Windows 7?

I want to setup a PC running Win7 x86 without a physical keyboard or mouse, but using a touchscreen instead. So I need a onscreen keyboard (osk.exe) running in order to enter a password for user ...
0
votes
2answers
41 views

Android Softkeyboard Issue

I have an EditText widget in my main activity. when the EditText widget get the focus, the soft key board displays, when the EditText widget loses the focus. However, I want to display the soft key ...
0
votes
4answers
52 views

Android How to show numeric softkeyboard with EditText of InputType=“text”

I need allow to user input numeric information in a EditText, but the output needs to be formatted like "##.###,##" (# in [0..9]). The formatting I was made in a TextWatcher... this is good, the ...
0
votes
2answers
38 views

Enable Windows 7 Soft Keyboard only for Logon Screen

I have developed my own Softkeyboard that I user for programs running on Windows 7 in a touch-only environment. However, for User-Logon I'd like to use the Microsoft Onscreen Keyboard. Is it possible ...
0
votes
0answers
26 views

Change input focus to popup window while touch held down

So I'm working in a soft keyboard, I have the keyboard view, when i touch a button it displays a new view in a popupwindow, I try to set the focus to the new view, but any further input events are ...
0
votes
1answer
45 views

Android Soft Keyboard Distorts Views When Closed

I have never seen this before. I have a simple custom view that has an animated background, and on top of that view I've implemented the standard Android viewset. TextViews, EditTexts, ImageViews, ...
0
votes
0answers
40 views

Show Keyboard on Start and getting data

I need to show soft keyboard on start application. I have new project: import android.app.Activity; import android.content.Context; import android.os.Bundle; import ...
0
votes
0answers
125 views

How to set cursor position in softkeyboard(not in EditText or TextView!!!) in Android?

The following code works for only 1000 characters. If there are more than 1000 characters, the cursor will jump back to the end of 999 characters and start working again. This is because ...
0
votes
0answers
85 views

How to make my soft keyboard's setting activity appear below its soft keyboard in Language&Keyboard Settings?

How can i attach/join the settings together with it's soft keyboard so that both appears in the Language&Keyboard settings? <manifest ...
0
votes
0answers
366 views

jQuery Mobile Force hide soft keypad on focusing text input field

I have a date field on a PHP website and I'm using jQuery Mobile for mobile site. While browsing the site on a mobile browser, (eg firefox mobile on android), on clicking on the date text input, the ...
0
votes
0answers
88 views

Customize Android Soft Keyboard

My requirement is as follows. My activity has 2 EditTexts. when i click the edittext, the keyboard appears to input values. Along with the alpha numeric keys in the keyboard, i have to show one ...
0
votes
1answer
121 views

Flex Mobile 4.5 and 4.5.1 - how to Call a numeric Sofkeyboard on some text-inputs instead of normal

Flex Mobile 4.5 and 4.5.1 - how to Call a numeric Sofkeyboard on some text-inputs instead of normal without the solution of restrict, i want when i press a text input, i want to view a numeric ...
0
votes
3answers
193 views

How to run those Android SDK example applications?

I have 64-bit Windows 7 Professional, Android SDK and ADT Plugin for Eclipse. In the examples directory of Android SDK there are at least three different directories for SoftKeyboard. Which one should ...
0
votes
1answer
529 views

Dismiss SoftKeyboard in Flex Mobile

The Flex InteractiveObject has has a requestSoftKeyboard() method that pops up the Soft Keyboard. How can I do the opposite and send it back? Thank you.
0
votes
2answers
162 views

Replacing the system's soft keyboard with the customized one

I created my own keyboard on my Android Project, and it works fine; here is a little snippet of code: mKeyboard = new Keyboard(this, R.layout .keyboard); mKeyboardView = (CustomKeyboardView) ...
0
votes
1answer
54 views

How to hide keyboard automaticaly in sony xperia using android code?

I am using Textview and ImageView display for some things in my layout,I did not use any EditView in my latout. But whenever I run my application in sony xperia device, I got keyboard view, How ...
0
votes
1answer
143 views

Problem view switching tabs with softkeyboard showing

I've got the following problem, hopefully I can make it clear when it does occur with the following figure. . I've got a app where an edittext is display just below the center of the screen. When I ...
0
votes
2answers
333 views

Change layout when soft keyboard is shown

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 know that you can use the following two, but this is not what ...
0
votes
1answer
942 views

Flex 4.5 mobile Resize textarea with animation on soft keyboard activate event?

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. The app has a large textarea that needs to be resized when the soft keyboard shows up. I am ...

1 2