Questions tagged [android-softkeyboard]

The default onscreen input method provided by Android OS.

Android Soft Keyboard is the onscreen keyboard provided by Android OS.

Key Events of Android soft keyboard

On-screen Input Methods in Android Developers blog

2751 questions
1
vote
0 answers

When l set the imeOptions as "flagNoExtractUi", it met a issue that the Softkeyboard keep invalid when in landscape mode

When set some language like Japanese, set the Edittext imeOptions as "flagNoExtractUi". In Portrait mode, the soft keyboard is normal, but when in landscape mode, the soft keyboard invalid. When l changed the imeOptions as actionDone or actionNext,…
1
vote
0 answers

clicking HTML textarea on Android brings up the keyboard but then hides right after

It's an Android hybrid app. Within WebView, the loaded HTML has this code.
user2727195
  • 7,122
  • 17
  • 70
  • 118
1
vote
3 answers

Show soft keyboard when Activity starts when no text field is present

I want to open soft keyboard while starting an activity. The activity contains nothing as its element. I just need to open soft keyboard on the launch. I've tried with
Rites
  • 2,242
  • 5
  • 28
  • 44
1
vote
0 answers

Android KeyboardView and Webview

I have an Android app that uses Webview and html text input elements. I want to customize the keys in the keyboard to show numbers and forward slash key (/) to enter math fractions. My question is: Will KeyboardView class help me in this case? If…
user4617883
  • 1,277
  • 1
  • 11
  • 21
1
vote
1 answer

soft keyboard is not opening while popup window is open

I have created custom popup with edittext on it, while i am trying to write something in edittext soft keyboard is not appearing, my code, public void popUpCreateList(final View v) { View popupView; final EditText et_list_name; Button…
Rajesh Panchal
  • 1,140
  • 3
  • 20
  • 39
1
vote
0 answers

Android KeyBoardView - Detect Modifier Keys are Pressed

I am working on Customized Keyboard, I should operate the Pc using Android Keyboard, So For that I have implemented a keyboard. there is no edit text/text view in my activity to show keyboard. I am displaying the keyboard on button clicks. Now I am…
Roster
  • 1,764
  • 6
  • 17
  • 36
1
vote
1 answer

keyOutputText not work on soft keyboard

keyOutputText not work on soft keyboard. > > >
Yelkan
  • 41
  • 3
1
vote
0 answers

Is it possible to have to have two or more language keyboard configurations at same type in a app in android?

An app with two input text field, A and B: the A, when you touch, show a screen with keyboard in a English layout; the B, when you touch, show a screen with keyboard in a Spanish layout; I know that I can use different keyboard programs for…
Undefined Behavior
  • 2,128
  • 4
  • 24
  • 34
1
vote
0 answers

how can I dismiss a PopupWindow and keep the SOFTKEYBOARD onscreen

I have a DialogFragment which shows a PopupWindow once you press certain key (@), I'd like the back button to dismiss the popupwindow while staying focused on the edittext, so user can keep on writing text, instead of taking the keyboard…
1
vote
0 answers

Android Keyboard fix orientation

I have a Android Keyboard like a SoftKeyboard and I want to fix the screen in portrait orientation when the keyboard is activated, so, use the keyboard with the editTExt of the app just in portrait (I have just the keyboard, no the app).
highpass
  • 163
  • 1
  • 7
1
vote
2 answers

I want to get softkeyboard (IME) status in EditTextField visibility mode?

I try to get softkeyboard status, (shown or hidden) using onConfigurationChanged (here : http://developer.android.com/guide/topics/resources/runtime-changes.html#HandlingTheChange) But it doesn't work for me. I have no idea. (also I've already tried…
bubu uwu
  • 463
  • 2
  • 12
  • 26
1
vote
0 answers

Android - Auto Complete not showing when using AutoCompleteTextView

I have an EditText in my app. This properly shows the Auto Complete bar at the top of the Google Keyboard when typing as seen below: I also have an AutoCompleteTextView. This doesn't have an AutoComplete function at all on the keyboard as shown…
1
vote
1 answer

Android Keyboard input predefined text

I have been following this tutorial on making a custom keyboard. So far so good. However, I wanted to know, is it possible to create a button to input predefined text. Eg. A button labeled "Name" which inputs the user's name? If it is possible, how…
1
vote
0 answers

How do i create a floating button without using the material design library

I am trying to draw a floating button(kinda) as soon as the Android soft keypad comes up and make it to disappear when keypad vanishes. So its like trying to get a button along with the keypad.. So the button must accompany the keypad.
user5430145
1
vote
2 answers

How to read text dictionary from assests display on Candidate view in Softkeyboard

I'm developing softkeyboard in updateCandidates(). My question is how to retrieve each text when Composing have some words then load my dictionary in candidate view. Image: How to load words. Image like this Thanks for share me any information…
Sonu Kumar
  • 969
  • 1
  • 11
  • 36