Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android 2.3 Ignores Percentage Border Radius #57

Open
MethodGrab opened this issue Jul 14, 2015 · 0 comments
Open

Android 2.3 Ignores Percentage Border Radius #57

MethodGrab opened this issue Jul 14, 2015 · 0 comments

Comments

@MethodGrab
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant