Top "Ime" questions

IME stands for "Input Method Editor", and refers to systems that allow users to input characters and symbols not found on their keyboard.

How do I handle ImeOptions' done button click?

I am having an EditText where I am setting the following property so that I can display the done button …

android android-edittext ime
Setting EditText imeOptions to actionNext has no effect

I have a fairly complex (not really) xml layout file. One of the views is a LinearLayout (v1) with two …

android android-layout focus ime
Android: Edit Text Go Button

I have an Edit Text that is defined as follows. <EditText android:layout_width="fill_parent" android:layout_height="…

android edit ime
Android setOnEditorActionListener() doesn't fire

I'm trying to set a listener to EditText when enter button will be pressed.But it didn't fire at all. …

java android ime
setImeOptions: why the "Done" button does not show on the soft keyboard?

I try to set the "Done" button on the softkeyboard by using input.setImeOptions(EditorInfo.IME_ACTION_DONE); but the "…

android android-softkeyboard ime
disable ime mode in google chrome

How to disable IME using css or anyother method ?My problem is that,When change language to japanese,Double byte …

html css google-chrome ime
How to implement Multiline EditText with ActionDone button (without Enter button)

I have EditText which is used for entering contents on messages (emails, sms). I want message to be immediately posted …

android android-edittext multiline ime imeoptions
How to get EditText, IME Action, textMultiLine, to work for JellyBean

I've run into quite the conundrum and am failing to find a solution. Apparently JellyBean changes how IME actions are …

android android-widget android-4.2-jelly-bean ime
How do I enable the Japanese keyboard on the iPhone simulator?

I have a UITableview with a UISearchBar, which contain Japanese words, and I want to test if it works to …

ios internationalization keyboard simulator ime
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