Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6539615
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T10:52:46+00:00 2026-05-25T10:52:46+00:00

ime actionGo simply won’t work on certain devices, like the HTC Evo 4G. It

  • 0

ime actionGo simply won’t work on certain devices, like the HTC Evo 4G. It works on Motorola Atrix and Droid X.

Here is the code:

<EditText
            android:id="@+id/password"
            android:layout_width="fill_parent"
            android:layout_height="40dp"
            android:layout_centerHorizontal="true"
            android:hint="@string/password_hint"
            android:password="true"
            android:inputType="textPassword"
            android:autoText="false"
            android:imeOptions="actionGo"/>


TextView.OnEditorActionListener listener = new TextView.OnEditorActionListener()
    {
        public boolean onEditorAction(TextView exampleView, int actionId, KeyEvent event) 
        {
            if(actionId == EditorInfo.IME_ACTION_GO)
            {
                loginValidation();
            }

            return true;
    }};

    password.setOnEditorActionListener(listener);
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T10:52:47+00:00Added an answer on May 25, 2026 at 10:52 am

    This seems to be a bug. Different manufacturers make a customized keyboard for their phone which may not completely behave as the android standard keyboard. This issue has been raised before. Most people overcome this issue by either overiding the onKey event or using a TextWatcher class. A bug has been filed about this

    http://code.google.com/p/android/issues/detail?id=2882

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two elements that I would like to select <input id=iMe /> and
We have standard software IME keyboard , SoftIME work fine for touch How we
How much information I can get about my iPhone programmatically. Like ESN, IME ID,
In Asian Microsoft Windows like Korean, Japanese, Chinese, IME has a Chinese character converter.
I have set the IME options for my AutoCompleteTextView object like this: inputSearch.setImeOptions(EditorInfo.IME_ACTION_NEXT); and
i am currently trying to get Input Mode Editor (IME) support working with a
Who or what inserts the Unicode, right-to-left and IME items at the foot of
Can an IME get the name of the app using it? (assuming it has
I'm writing an IME (soft keyboard) and I'm getting some weird behavior from one
For example (I'm using Korean IME btw) can I get 태우다 from sending xodnek

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.