Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/loicmahieu/cordova-platform-util
- Owner: LoicMahieu
- Created: 2015-06-08T17:42:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-24T11:51:15.000Z (almost 8 years ago)
- Last Synced: 2024-11-11T09:48:56.751Z (about 2 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.