greybax / cordova-plugin-native-spinner

:arrows_counterclockwise: Cordova plugin for showing a native spinner based on Paldom/SpinnerDialog
MIT License
32 stars 19 forks source link

Change content #8

Open ptorrent opened 6 years ago

ptorrent commented 6 years ago

Hello,

Is there a way to change content of a current SpinnerDialog?

SpinnerDialog.setTitle( ?

Thanks for support

Fever905 commented 6 years ago

First off, nice work on this! Thank you! The old one put a grey background on Android 8 for me.
I see what this guy is asking. For me I enable the spinner when i'm transferring data from the server. I'd like to be able to change the message if things are taking too long. I know I could just close that instance and start another but if there was a way to modify while spinning that would be cool. Or to be able to allow it to be cancelled/dismissed after a set time period would also be a nice feature.

08Thug commented 4 years ago

can we change the spinner color?