You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
please add progressIndicator.setCancelable(false); in the ProgressIndicator.java file. of the cordova Progress indicator plugin for the Cordova based Apps.
please add progressIndicator.setCancelable(false); in the ProgressIndicator.java file. of the cordova Progress indicator plugin for the Cordova based Apps.
First of all, thanks for the plugin.
It's working great on iOS but there's one issue on Android.
Currently, an Android device has the ability to 'dismiss' or 'hide' the loading spinner.
We want to stop this from happening since we're using the spinner for crucial operations.
Is there any way of accomplishing this?
It happens when tapping outside of the ProgressIndicator on Android.
Thanks in advance.
The text was updated successfully, but these errors were encountered: