-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
feat: Add Progress bar radius property #20062
Comments
@Fdom92 you can modify the source code after build and change transform:scaleX(e) to width:calc(e*100%), then you can add radius to .progress class @liamdebeasi using above method when progress bar's width doesn't change very frequently, having an extra prop |
I am working with someone who is also having this issue. Interestingly, this sample works fine on Chrome with standard light-dom styling but fails on Safari (and also on iOS then of course). |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Feature Request
Ionic version:
[x] 4.x
Describe the Feature Request
The ion progress bar component is not easy to customize the border radius of the inner progress bar. We can easily modify the outer progress bar radius, but not the inner one.
Describe Preferred Solution
Be able to adjust the inner radius with CSS Properties
Describe Alternatives
Would be awesome to have a CSS Property like --inner-progress-radius to be able to adjust the radius easily
The text was updated successfully, but these errors were encountered: