T
T
timtimIT2016-04-22 19:29:04
css
timtimIT, 2016-04-22 19:29:04

Has anyone encountered the problem of displaying the border-radius property in the android browser?

Hello.
Has anyone encountered the problem of displaying the border-radius property in the android browser?
8081642a7a814728bd0c2136387d5aae.png
The background is at the button itself.
It displays normally everywhere, the prefixes are there, here is the code:

-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim Timofeev, 2016-04-26
@webinar

search drives https://yandex.ru/search/?text=android%20browser%2...
overly explicit indication of the border radius helps:

border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question