Top "Soft-keyboard" questions

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

How can I focus on a text input without showing on-screen keyboard

I'm making a chat service, and I want to support mobile devices well. On a screenshot below, there is an …

javascript focus html-input soft-keyboard
SearchView setIconified(false) automatically calls the focus for the searchview. How can I disable this?

I have the following code: if(mSearchView != null){ mSearchView.setIconifiedByDefault(false); mSearchView.setIconified(false); mSearchView.setOnQueryTextListener(this); int searchPlateId = mSearchView.…

android keyboard android-softkeyboard searchview soft-keyboard