Top "Soft-keyboard" questions

A "soft keyboard" is a virtual keyboard based on a software component that allows a user to enter characters.

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 …

android hide soft-keyboard
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="…

android user-interface soft-keyboard
Move layout up when soft keyboard is shown

I'm trying to adjust the layout when the soft keyboard appears after an edit text gets focus. Right now if …

android soft-keyboard
How to set different background of keys for Android Custom Keyboard

I am Working on Custom Keyboard Application This is code for background color of input.xml in softkeyboard :- @Override …

android android-softkeyboard soft-keyboard
Change return to be next/done key in Xamarin Forms Shared Project

Is it possible to change the text in the 'return' key on the keyboard to be either 'next' or 'done'? …

xamarin xamarin.forms soft-keyboard
How to hide (and again show) soft keyboard while TEdit is in focus DELPHI XE7

Can you help me how to hide (and again show) soft keyboard while TEdit is in focus?

android delphi firemonkey soft-keyboard delphi-xe7
Creating softkeyboard with custom emoji

I have been tasked to create a new android 3rd party keyboard that supports customized emojis (My own Icons) from …

android unicode emoji spannablestring soft-keyboard
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 …

android android-softkeyboard virtual-keyboard soft-keyboard on-screen-keyboard
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 …

android events enter soft-keyboard
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 …

jquery-mobile datepicker soft-keyboard