Paldom / SpinnerDialog

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

SpinnerDialog not working in windows ionic app #43

Open AgNm opened 7 years ago

AgNm commented 7 years ago

I have created an ionic app for android, ios & windows. Spinner Dialog is working for android & ios but it is not working for windows app. I have used exactly same code for all the 3 apps. Can anyone please help.

gabrielbazan7 commented 7 years ago

this plugin do not support windows 10 platform

greybax commented 7 years ago

@AgNm you can use this fork https://github.com/greybax/cordova-plugin-native-spinner which supports win10 instead of it.

numiazi commented 7 years ago

i have configure in config file for phonegap build, but i don't understand that, where i do keep show and hide code.. anybody tell me...

AgNm commented 7 years ago

@greybax does this plugin https://github.com/greybax/cordova-plugin-native-spinner supports windows desktop? I used SpinnerDialog.show(); but it is not working. Please help.

greybax commented 7 years ago

@AgNm yes. https://github.com/greybax/cordova-plugin-native-spinner supports windows 10. You can see signature for show function here

tryadelion commented 7 years ago

Could this be made compatible with windows 10 / UWP? that other plugin does not work with Ionic native's V3.