SpinnerDialog
SpinnerDialog copied to clipboard
Spinner dialog not showing in IOS !
hi i am using inAppBrowser in my app.For loading in InAppBrowser i am using
// Set spinner dialog fixed (Android, iOS) window.plugins.spinnerDialog.show(null, null, true);
It is working great in android but on ios it is not showing. Any Idea how to fix this or am i doing something wrong?
Hi @varunnayyar, It's just a guess, but I think inAppBrowser's view loads over Cordova view. Despite the spinnerDialog is on, inAppBrowser hides it. A solution can be to copy iOS source of spinnerDialog to inAppBrowser and display the spinnerDialog on that view.
ok ,thanks for ur reply, i ll check.
this fork has this fix