Paldom / SpinnerDialog

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

Uncaught ReferenceError: SpinnerDialog is not defined #45

Closed gotoark closed 6 years ago

gotoark commented 7 years ago

SpinnerDialog Works Perfectly but while come back to the previous Activity it throws Uncaught ReferenceError: SpinnerDialog is not defined.

AgNm commented 7 years ago

Add setTimeout while calling it , its taking time in loading. I also faced same issue.

Netpolice commented 6 years ago

Try window.plugins.spinnerDialog.show();