jakejarrett / cordova-network-activity-indicator

Cordova plugin written in Swift to show a network activity indicator for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Network Activity Indicator for iOS

Show a network activity indicator for your cordova iOS apps to let the user know when the app is using the network

Installation

$ cordova plugin add https://github.com/xmarston/cordova-network-activity-indicator

Usage

The plugin creates the object cordova.plugins.NetworkActivityIndicator with the following methods:

  1. cordova.plugins.NetworkActivityIndicator.start
  2. cordova.plugins.NetworkActivityIndicator.stop

Start the network activity indicator

cordova.plugins.NetworkActivityIndicator.start();

Stop the network activity indicator

cordova.plugins.NetworkActivityIndicator.stop();

Screenshot

image

About

Cordova plugin written in Swift to show a network activity indicator for iOS


Languages

Language:JavaScript 43.4%Language:Swift 39.6%Language:Objective-C 17.0%