SpinnerDialog icon indicating copy to clipboard operation
SpinnerDialog copied to clipboard

which is latest version?

Open AllenConquest opened this issue 8 years ago • 1 comments

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?

AllenConquest avatar Apr 13 '16 16:04 AllenConquest

@semirturgay that makes no difference you can use either syntax to add a plugin. The cordova command accepts both 'plugin' and 'plugins'.

AllenConquest avatar Apr 14 '16 16:04 AllenConquest