cordova-plugin-supercomputer
Version:
Cordova Supercomputer Plugin
26 lines (14 loc) • 538 B
Markdown
This plugin provides a way to do some super computing on device.
This plugin defines methods on `navigator.notification` and `navigator`.
Although in the global scope, they are not available until after the `deviceready` event.
document.addEventListener("deviceready", onDeviceReady, false);
function onDeviceReady() {
//...
}
- *senseOfLife* - to find sense of life
cordova plugin add cordova-plugin-supercomputer
- iOS