Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/loicmahieu/cordova-platform-util

Runtime utilities for Cordova - Mainly extracted from ionic.Platform
https://github.com/loicmahieu/cordova-platform-util

Last synced: 27 days ago
JSON representation

Runtime utilities for Cordova - Mainly extracted from ionic.Platform

Awesome Lists containing this project

README

        

# Cordova Platform Utils

Mainly `ionic.Platform` exported and publish as a standalone module.

## Doc

Hum... http://ionicframework.com/docs/api/service/$ionicPlatform/

## Usage

- platform.ready()
```
platform = require('cordova-platform-util')
platform.ready(function () {
console.log('platform ready on cordova and dom ready on desktop');
});
```

## LICENSE

Ionic is licensed under the MIT Open Source license. For more information, see the LICENSE file in this repository.