Cordova native spinner plugin demo app

Cordova Native Spinner plugin demo

Demo app for testing the cordova-plugin-native-spinner, which allows to show a platform’s native spinner and/or message for preventing user interaction during blocking operations. Source code available in GitHub.

Apache Cordova logo phonegap

Platforms supported by plugin

  • Android 4.1+
  • Browser
  • iOS 10
  • Windows 10

Android screenshots

Browser screenshots

Methods

This is a summary of the demo app’s methods. Refer to plugin’s README for details

show

Shows the spinner with the selected options. If no title and message is shown, only a loading spinner will be shown in the center of the screen.

Remarks

  • To prevent the spinner from being dismissed by the user, enable the Is not cancellable option.

hide

Hides the spinner, re-enabling user interaction with your app.

Remarks

  • In Windows 10 you can set if the hide method also hides the OS’ status bar.

Download demo app

Feedback

Use the comments section here for demo app-related issues, and the GitHub issues tracker for plugin-related ones.

More plugin demos