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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T04:29:58+00:00 2026-06-10T04:29:58+00:00

is there a workaround to improve border-radius on Android browser ? I searched and

  • 0

is there a workaround to improve border-radius on Android browser ?

I searched and searched finding more questions about this argument or finding only “not possible for now” answers so I came up with a simple maybe solution I’d like to share.

  • 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-06-10T04:30:00+00:00Added an answer on June 10, 2026 at 4:30 am

    I needed some trick to make the border-radius look smoother on the android browser so I come up with this simple yet effective solution. I just added box-shadow as shown below to my css class:

    -webkit-box-shadow: 0 0 1px #000;
    

    The x and y position of the shadow are 0 so the shadow is centered, all wee need is to adjust the blur value expanding it just 1px (in base of need) above the corner edges making them look smoother. Of course the shadow color must be the same as your rounded element’s background/border-color…

    There is a small issue just adding this line of code to your css: yes… it will target all -webkit browsers, making the border-radius look ( slightly ) less sharper.

    Now, if you are the type of designer that can use small compromises, it should just work for you like this, but if you are a finicking freak like I am, you should absolutely find a way to target your CSS to specific devices.

    At the time I’m writing this I didn’t thinked yet at the perfect solution, but you can make good use of media queries limiting the rule wether you use the ‘max-width’ property (to limit the range of devices based on their screen width at least preventing webkit desktop browsers) or the ‘-webkit-device-pixel-ratio’ to target the different android devices based on their pixel density:

    @media only screen and (-webkit-device-pixel-ratio:.75){
    /*for low density (ldpi) Android layouts */
    }
    
    @media only screen and (-webkit-device-pixel-ratio:1){
    /*for low density (ldpi) Android layouts */
    }
    
    @media only screen and (-webkit-device-pixel-ratio:1.5){
    /*for low density (ldpi) Android layouts */
    }
    

    Best regard and good designing to everybody. Hope I helped some desperate android border-radius obsessed designer 😉

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

Sidebar

Related Questions

Is there a workaround for Internet Explorer to implement the functionality offered by 'this'
Is there a workaround to stop Update-FormatData complaining about a loaded file when the
Update: See the bottom of this question for a C# workaround. Hi there, Consider
Is there a workaround to set the color when using plot.xts ? This bug
Is there any workaround to apply more then one Effect on one UIElement in
Installing cvblobslib gives an error cxtypes.h not found. Is there a workaround for this?
I have got couple questions about changing hibernate configuration. There is a project say
Is there any workaround for IE which makes me able to use border-image ?
Is there a workaround on this or is this possible in silverlight? my image
Is there a workaround for the Flash 10 clipboard restriction that will only activate

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.