cordova-progressIndicator icon indicating copy to clipboard operation
cordova-progressIndicator copied to clipboard

Fix for iOS crash when calling hide() after the indicator has already…

Open Justin-Credible opened this issue 8 years ago • 3 comments

… been hidden

By nilling out the progressIndicator instance variable in the hide method, multiple calls to hide() after a progress indicator has already hidden will prevent this plugin from crashing on iOS.

Justin-Credible avatar Jul 21 '15 03:07 Justin-Credible

Want

micky2be avatar Jul 21 '15 07:07 micky2be

Why does this PR affect 1721 files? I would also like this issue resolved but this PR seems broken to me

daviddahl avatar Sep 11 '15 19:09 daviddahl

My original pull request was never merged, and I forgot it was still open. I then also removed the entire demo directory because it contained paths that were too long for Windows.

Justin-Credible avatar Sep 12 '15 01:09 Justin-Credible