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 7700683
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T22:45:58+00:00 2026-05-31T22:45:58+00:00

On the Android web browser (I’m seeing this on Android 2.3), when an Html

  • 0

On the Android web browser (I’m seeing this on Android 2.3), when an Html input like a radio or checkbox is touched, there is a brief orange highlight displayed (see attached image). I don’t see the same highlight on desktop Chrome or other browsers.

Is there anyway I can control this highlight? Can I change it through CSS or Javascript?

enter image description here

  • 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-31T22:45:59+00:00Added an answer on May 31, 2026 at 10:45 pm

    You can set the -webkit-tap-highlight-color property to an rgba value with 0 alpha to disable all of that.

    Here’s a quick test page you can try out. I just tested this with Android 4.0.3, but it was taken from some earlier stuff I did in 2.3.3.

    Hope this helps!

    <!DOCTYPE html>  
    <html lang="en">  
        <head>  
            <meta http-equiv="Content-Type" content="text/html" charset="utf-8">  
            <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1">  
            <title>Android Test Select</title>  
            <base href="" />  
            <style>  
                .no-hi {  
                    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);  
                }  
            </style>  
        </head>  
        <body>  
            <form>  
                <input type="radio" name="highlight" value="these" /> These<br />  
                <input type="radio" name="highlight" value="should" /> Should<br />  
                <input type="radio" name="highlight" value="highlight" /> Highlight  
                <hr/>  
                <input type="radio" name="no-highlight" value="these" class="no-hi" /> These<br />  
                <input type="radio" name="no-highlight" value="should" class="no-hi" /> Should<br />  
                <input type="radio" name="no-highlight" value="not" class="no-hi" /> Not  
            </form>  
        </body>  
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

when I view this page on my android device' default web browser and click
Do any versions of androids web browser detect javascript shake events? Something like this:
I want to create a new web-browser for android, but this browser is not
I have a Web Service and an Android application that uses this web service.
how can I easily check in Javascript in the Android web browser if the
Do you know of any way to hook to Android's stock web browser, so
How can I code my Android application to start the web browser to display
how the default web browser in Android supports the webGL standard for rendering 3D
In android application, sending ACTION_VIEW intent with URL will launch the system web browser
My Android application launches the system default web browser to display a URL to

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.