Device-Bugs icon indicating copy to clipboard operation
Device-Bugs copied to clipboard

Android 2.3 Ignores Percentage Border Radius

Open MethodGrab opened this issue 10 years ago • 0 comments
trafficstars

Summary:

Using percentage for border radius will be ignored:

.circle { border-radius: 100% } // this will be square

Platforms:

  • Android 2.3

Reduced Example:

http://codepen.io/MethodGrab/full/eNKEKL/

Workarounds:

  • Use pixels
.circle { border-radius: 100px }

Links

http://caniuse.com/#search=border-radius -> Known Issues -> 2 http://stackoverflow.com/q/20436102

MethodGrab avatar Jul 14 '15 13:07 MethodGrab