question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

1.4.1 not worked in Ionic 4, but downgrade to 1.4.0 no issue

See original GitHub issue

latest 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>

Capture

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
rliew90commented, Jun 6, 2019

@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

Capture

1reaction
DarkFluidcommented, Jun 5, 2019

I concluded that the percent only updates if renderOnClick is true and you click the bar.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found