1.4.1 not worked in Ionic 4, but downgrade to 1.4.0 no issue
See original GitHub issuelatest version 1.4.1 not worked in Ionic 4, but downgrade to 1.4.0 no issue.
home.component.html
<circle-progress
[percent]="85" ---> i define 85%, but when page loaded it show 0% (binding variable in ts also same get 0%)
[radius]="100"
[outerStrokeWidth]="16"
[innerStrokeWidth]="8"
[outerStrokeColor]="'#78C000'"
[innerStrokeColor]="'#C7E596'"
[animation]="true"
[animationDuration]="300">
</circle-progress>
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Downgrade ionic version 3.4.0 to ionic v1 issue
I try to downgrade ionic version 3.4.0 to ionic v1 and Above mentioned commands are used but no hope. How i achieve to...
Read more >cannot downgrade from ionic2 version to ionic1 version
Even I downgrade ionic to version 1.4.0, it is still: 2.0.0-beta.33 npm install -g ionic@1.4.0. Could you help? Thanks.
Read more >Cannot use ionic cordova run android after updating ... - GitHub
Hi all, TypeError: env.runcmd is not a function is a direct result of version incompatibilities between functions in the Ionic CLI and functions ......
Read more >Bug listing with status RESOLVED with resolution FIXED as at ...
Bug:2 - "How do I attach an ebuild." status:RESOLVED resolution:FIXED severity:normal · Bug:3 - "poedit-1.1.5.ebuild" status:RESOLVED resolution:FIXED ...
Read more >Updating to 4.0 | Capacitor Documentation
NSAppTransportSecurity is only used for live reload, if you are not using live reload or you are using Ionic CLI for live reload...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@DarkFluid Thanks for your guidance, actually I’m using ion-fab button trigger the timer rather than click on the bar. For my case put lazy: false in home.module.ts solve my problem
Reference: #85 > @Bilelkabtni I found the solution, please set
lazy: false
I concluded that the percent only updates if renderOnClick is true and you click the bar.