Device-Bugs
Device-Bugs copied to clipboard
Android 2.3 Ignores Percentage Border Radius
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