Top "Android-softkeyboard" questions

The default onscreen input method provided by Android OS.

How to disable spelling corrections programmatically in Android

How can I disable spelling corrections in an EditText's soft-keyboard programmatically in Android? The user can disable it from settings, …

java android android-edittext android-softkeyboard spell-checking
Android Keyboard with Emoji

So I want to have a keyboard in my app that has emoji just like Whatsapp or Hangouts. How can …

android android-softkeyboard emoji
How to include suggestions in Android Keyboard

I am working on Android SoftKeyboard. I've created layout for keyboard but dont't know how to include suggestions which appears …

android android-softkeyboard
How to show soft keyboard perfectly in fragment in Android?

I have an EditText inside a Fragment inside a Activity. My Activity layout: <?xml version="1.0" encoding="utf-8"?> <…

android android-fragments keyboard android-softkeyboard android-input-method
Set FAB (Floating Action Button) above keyboard

Already asked here but without a proper answer. I want the FAB to float on top of the keyboard. that's …

android android-softkeyboard floating-action-button
How to hide the BottomNavigationView below keyboard with adjustResize set

According to the material design spec, when the keyboard appears, the BottomNavigationView should hide underneath it. However, if I set …

android android-softkeyboard bottomnavigationview
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 …

android android-softkeyboard android-vibration
Keyboard hiding EditText when android:windowTranslucentStatus=true

We're applying the new Android KitKat translucent theme in our apps, and we're getting a weird issue when the keyboard …

android android-softkeyboard android-4.4-kitkat
How to set windowsoftinputmode programmatically from Fragments?

I have a requirement in which I have one MainActivity. From this activity I instantiate 4 fragments(Let us say FragmentA, …

android android-edittext android-softkeyboard ime
Preventing viewport resize of web page when android soft keyboard is active

I'm developing a Javascript/JQuery plugin for Responsive Web Design. It has a function that monitors the viewport for changes, …

javascript jquery android-softkeyboard