Answer the question
In order to leave comments, you need to log in
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?
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
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 questionAsk a Question
731 491 924 answers to any question