Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there an ability to prevent the ProgressIndicator from Hiding on Android? #34

Open
redolds opened this issue Jul 12, 2016 · 3 comments

Comments

@redolds
Copy link

redolds commented Jul 12, 2016

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.

@msfilho
Copy link

msfilho commented Sep 9, 2016

I have the same problem, and i'm looking for a solution too.

@githubramakrishnan
Copy link

hi guys,

please add progressIndicator.setCancelable(false); in the ProgressIndicator.java file. of the cordova Progress indicator plugin for the Cordova based Apps.

@Riyaz0001
Copy link

hi guys,

please add progressIndicator.setCancelable(false); in the ProgressIndicator.java file. of the cordova Progress indicator plugin for the Cordova based Apps.

Doesn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants