Paldom / SpinnerDialog

PhoneGap waiting dialog plugin with spinner for Android, iOS and Windows Phone 8.
MIT License
68 stars 70 forks source link

Overlay opacity and message text color options added for ios #26

Closed semirturgay closed 8 years ago

semirturgay commented 9 years ago

1-) When the background is white on ios apps the message and also spinner cannot be seen because of the opacity of overlay. So I made the opacity of overlay as optional parameter. 2-) Also I added optional text color for ios for better customization.

Paldom commented 8 years ago

Thanks!

AllenConquest commented 8 years ago

Although my command cordova plugins add cordova-plugin-spinner-dialog says that it has pulled version 1.3.1 the spinner.js file does not have the ios options parameter. I don't understand why this is not working. Do I need to install directly from github instead?

semirturgay commented 8 years ago

Hi Allen it is realy weird. can you remove the plugin and try to add it with repository's url as follow : cordova plugins add https://github.com/Paldom/SpinnerDialog

AllenConquest commented 8 years ago

@semirturgay I put another issue #31 where I explained that using the direct pull from github works fine, but using the recommended command gave these funny results. How can that happen?