UNPKG

cordova-plugin-supercomputer

Version:
26 lines (14 loc) 538 B
# Cordova Supercomputer Plugin 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() { //... } ## Methods - *senseOfLife* - to find sense of life ## Installation cordova plugin add cordova-plugin-supercomputer ## Supported Platforms - iOS