The default onscreen input method provided by Android OS

learn more… | top users | synonyms (1)

4
votes
0answers
12 views

How to allow softkeaybord cover only defined views?

My layout has the following structure: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" ...
0
votes
1answer
19 views

Android Keyboard Type

Is it possible to have this keyboard in android when user tap on an edit text? This keyboard needs to come up first. I used different input type however I didnt get the one that I attached. Can ...
0
votes
1answer
22 views

How to know if the keyboard layout changes between numbers and letters?

I have an EditText where users normaly enter numbers. Therefore I'm using InputType.TYPE_CLASS_NUMBER to get a numerical soft keyboard. Occationally though, some users may want to enter letters, so I ...
0
votes
1answer
30 views

How to present keyboard and not shrink background image in layout

I have a scroll view and inside that there is a layout out. Inside that layout I have included a form (basically textfields and textviews) When in the runtime. if I press on a textfield keyboard ...
-1
votes
0answers
23 views

Null from getTextAfterCursor

There is a problem with function getTextAfterCursor. On debug variable text always is equal to "". What's wrong? private String check_space() { InputConnection ic = getCurrentInputConnection(); ...
0
votes
1answer
23 views

Android: strange behavior of Soft Keyboard with EditText and ListView

I'm going crazy!!! Please help me. Ths is the problem: If i have an Activity with an EditText and a ListView the Soft Keyboard is shown when the Activity comes visible. If i have remove the ListView ...
2
votes
1answer
43 views

Overlapping Keyboard with Edit Text in Android - Want the Real Cause and Solution

I always face a problem in android layouts where my keyboard overlaps with the edittext. Many people have suggested different different solutions doing like this : ...
-1
votes
0answers
16 views

android soft-keyboard internals, architecture and working details [closed]

I am new to android. I am trying to figure out how exactly does a soft-keyboard on an android device work ? Especially what exactly is the 'behind the scenes' process that takes place ? My actual ...
1
vote
2answers
35 views

How to remove extra spaces on softkeyboard

I would like to know how to remove the top space/margin of a soft-keyboard. For clearer picture, checkout the following screenshots: With space and without space:
0
votes
0answers
22 views

Cannot see Android KeyboardView within Graphical Layout

I'm trying to create a simple activity that includes a KeyboardView. I'd like to be able to see it in my Graphical Layout. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
1
vote
2answers
41 views

showSoftInput doesn't work after orientation change

I have a fragment with a single EditText that needs the soft keyboard to remain open continually. The keyboard gets hidden when the screen is rotated. I'm calling showSoftInput in OnActivityCreated ...
3
votes
1answer
96 views

How to adjust layout when soft keyboard appears

I would like to adjust/re-size the layout when the soft-keyboard activated, as below: Before and After: Found couple resources in SO: How to keep all fields and texts visible while the soft ...
0
votes
0answers
27 views

Android Softkeyboard - “Prev” and “Next” not working

I have an Activity that contains only a LinearLayout and a WebView as a child. The WebView only displays a form to submit with the user data (I don't have control over the content of this form). When ...
8
votes
2answers
229 views

enable/disable keyboard sound and vibration programmatically

I'm trying to find a way to disable and enable keyboard sound and vibration when tapping keys. I've searched on Stack Overflow and other Android Forums but i didn't found any result. I've tried ...
0
votes
1answer
23 views

Softkeyboard in Fragment does not show for edittext

I have a simple application with two fragments. The right fragment is being replaced. An edittext inside has requestfocus, but does not show the keyboard. On Android 4.2.2 it works fine, on 2.3.x it ...
0
votes
1answer
25 views

Keep view above keyboard - when keyboard appears

Currently, when I select an EditText in my application and the keyboard appears, the layout/view automatically adjusts to show the full EditText just above the keyboard, if it would have been below, ...
2
votes
0answers
27 views

DialogFragment doesn't pan with SOFT_INPUT_ADJUST_PAN

I have a dialogfragment which has some content in it including an EditText field. Unfortunately when I click on the EditText field, the softkeyboard covers the dismiss button for the dialog. This is a ...
0
votes
1answer
39 views

How to set keyboard key sizes to match icons

I have a customized keyboard which uses images to represent the keys. I'm currently having a problem with the key sizes, as the images have a set size. After I set the keyIcon, there are blank spaces ...
1
vote
1answer
53 views

trigger.io - close soft keyboard?

Is there a way to programatically close the Android on screen keyboard with trigger.io? I have a search field with an auto-complete search on. When the user stops typing I show the search results, ...
0
votes
0answers
17 views

Android keyboard likes to hide large portion of gridview it is not overlapping, how can I prevent this?

Screenshot before and after: http://imgur.com/aMeEd2E,9FDaUeE#1 and http://imgur.com/aMeEd2E,9FDaUeE#0 As far as the gridview is concerned nothing has changed, merely a keyboard and a new dialog ...
1
vote
1answer
46 views

Determine the style of soft-keyboard being presented, tablet or phone style

I'd like to programmatically determine if a device is presenting a tablet or phone style keyboard. Although there are many different Android soft-keyboard implementations, there are for the most part ...
0
votes
2answers
42 views

can not open the keyboard on the editText

I will explain what i done in my alertBox i Inflate a View for the alertBox its name is view. and in that view a LinearLayout is there its name is 'main layout' i inflate another view which contains a ...
0
votes
1answer
60 views

Set Keyboard Mode in android custom keyboard

I have created a Custom Keyboard using the Android Keyboard Class. I want to have Rows for two modes. One is the normal mode. And one is when the user presses the "Sym" button. For each Keyboard.Row ...
2
votes
1answer
117 views

Push Listview when keyboard appears without adjustPan

I am trying to create an activity with a listview and a send message at bottom. The problem is that when the keyboard is shown, instead of pushing the bottom content, is just hiding it. I tried using ...
2
votes
0answers
35 views

Disable TabBar for specific Tab when keyboard is up

I need to disable showing the tab bar above keyboard when its up for only specific tab. I've searched and tried several ways: android:windowSoftInputMode="stateVisible|adjustResize|adjustPan" works ...
0
votes
0answers
39 views

How to hide keyboard on dialog dismiss

I have an Activity with single Fragment on it. There is one EditText on the fragment. The keyboard is popping up as soon the fragment is shown, however I managed to block it setting in the manifest ...
0
votes
0answers
89 views

How to create custom keyboard shortcut using native android soft keyboard

I am Trying to create an application which will implement a shortcut in soft android keyboard for example if i have saved in my application (a pattern) that on double pressing the '@' symbol on the ...
0
votes
0answers
31 views

Detect type of virtual keyboard-android

I have an android application which handles input from Standard keyboard differently from input given by Swype keyboard. Is there any way to programmatically find out which keyboard is currently being ...
1
vote
3answers
208 views

android how to draw view on top of open keyboard like WhatsApp

I want to know how it's possible to add View on top of Keyboard like whatsapp, in chat screen they insert emoticons view on top of the open keyboard is anyone know how to achieve this behavior ?
0
votes
0answers
48 views

Android: UI issue with absolute positioning when softkeypad is displayed

I am developing a phonegap application on android. I am trying to display one modal box with several input boxes. I toggle modal's display property using javascript to show/hide it. I am using ...
1
vote
0answers
55 views

android OnEditorActionListener not working with custom soft keyboard

i'm working on a project wich require the use of a custom soft keyboard developed by some one else. The problem is that the setOnEditorActionListener does not work in a specific windows where a ...
0
votes
1answer
79 views

Android - Change on screen keyboard shift state

I have two EditTexts in an activity for activating my app. The first stores a name and has an input type set to textCapWords, the second stores the activation key and has an input type set to ...
0
votes
0answers
115 views

Setting keyPreviewLayout for android virtual keyboard is causing a crash

i have a custom virtual keyboard in android which appears when a button is clicked. If i set a keyPreviewLayout with the statement android:keyPreviewLayout="@layout/mykeypreviewlayout", and include ...
1
vote
4answers
55 views

When software keyboard shows, activity is “moved up” - only sometimes. Why?

Question is pretty simple - I have an activity, there is an textview or edittext inside, and when I focus on it, software keyboard show. That's fine. But sometimes (I can't se any logic here) is whole ...
0
votes
0answers
35 views

key press feedback popup showing blank window on key press in a soft keyboard

i implemented a custom soft keyboard using the code snippet in the SoftKeyboard sample in android-sdk. However, when the apk is run on the emulator, after the custom soft keyboard pops up, when a key ...
0
votes
0answers
34 views

How to detect current keyboard layout - Android

I developed a custom keyboard for an Android game i'm developing and I'm struggling to find a method to detect if the current default keyboard is for example AZERTY or QWERTY. Is there a way to detect ...
1
vote
1answer
72 views

Display Soft Keyboard Programmatically - not working

I have a togglebutton in my screen. If I click on this button, I need a keyboard to show up on the screen. This is the code I have right now, but it doesnt display the keyboard as expected :( public ...
0
votes
1answer
65 views

Need to remove focus from edit text when user hides soft keyboard

I have an issue with my app where the user cannot click back into a text box after minimising the soft keyboard. Users often miss spell search words and are unable to click back into a edit text box ...
0
votes
0answers
53 views

Set focus to previous focused editText (by key in Soft Keyboard)

I am implementing Soft Keyboard on Android platform. I have already done almost, but there is one button I can not implement. Thats a key that changes focus to previous editText (if it is). My layout ...
0
votes
0answers
349 views

How to change background color of key for android soft keyboard?

I am implementing custom keyboard on Android. I have just read documentation on "developer.android.com" and seen sample with soft keyboard. All I can - it`s to change keyboard background, change ...
0
votes
3answers
149 views

How to catch key event when soft keyboard is shown programmatically?

I'm trying to write text in Canvas. As I need to show the soft keyboard to write text, I added an EditText to my Activity with 0 width. I also implemented a TextWatcher to get the text entered into ...
0
votes
0answers
83 views

Android softkeyboard size

I am developing a softkeyboard for android with custom layout. It means i don't use the KeyboardView, i just create a new input method service and in the onCreateInputView i inflate my custom layout ...
0
votes
1answer
113 views

Keyboard does not Pan on Android application using PhoneGap

I am developing an application using PhoneGap and I cannot get the Soft Input keyboard to work right. As of now I have tried using android:windowSoftInputMode="adjustPan" (resize as well). I have also ...
0
votes
0answers
48 views

Android Emulator Softkeyboard not appearing correctly

On my Android Emulator, it Softkeyboard cut at the bottom for some reason. Just wondering if someone know what's the fix for that? Below is the screenshot describing the issue.
0
votes
0answers
98 views

Android soft keyboard keyevent

Hi I'm new in android and im playing with android softkeyboard sample and i want to get all characters while swiping on keyboard like Swype. Please help me
0
votes
0answers
39 views

Capture hide keyboard button event Android 4

I've been some days looking for a way to catch "Hide softkey onscreen button" event. The thing is I have an activity with windowSoftInputMode="adjustPan" because if not, when softKeyboard appears, ...
0
votes
0answers
38 views

Android : When keyboad open, get its input language from multiple

I need to get my current keyboard input language from multiple possible languages on keyboard i have selected. i.e when i change my input language from keyboard in my app i want to get local of that ...
0
votes
2answers
48 views

showing view on Android

I wrote a small program to evaluate expressions using the set. But on the small screen is the following With keyboard and without keyboard How to fix the Layout Issue? solved the problem by ...
0
votes
1answer
64 views

show soft keyboard after already hidden and editbox focused

I have a problem that is only reproducing on 2.3 devices. Basically, I have an activity with two EditTexts which are both focusable and the user can input anything in them. When I switch from portrait ...
0
votes
1answer
31 views

Show Keyboard when AlertDialog pops up

I've researched many answers on SO and come up with the following code to show the keyboard when my Dialog pops up: final AlertDialog alertDialog = new AlertDialog.Builder(this).create(); ...

1 2 3 4 5 15