SpinnerDialog
SpinnerDialog copied to clipboard
which is latest version?
If I use the command cordova plugins add cordova-plugin-spinner-dialog
and then list the plugins, it shows as version 1.3.1, but the spinner.js file doesn't contain the iosOptions parameter.
If I use the comand cordova plugin add https://github.com/Paldom/SpinnerDialog.git
and list the plugins again, the version is still 1.3.1, but now the spinner.js does have the iosOptions parameter.
Is version 1.3.1 meant to have the iosOptions or not?
@semirturgay that makes no difference you can use either syntax to add a plugin. The cordova command accepts both 'plugin' and 'plugins'.