cordova-plugin-gyroscope

0.1.4 • Public • Published

Cordova Gyroscope Plugin

Description

This project's idea is inspired from these two projects.

This project is merged by those two projects, and also provided an Angular module called deviceGyroscope.

Installation

cordova plugin add cordova-plugin-gyroscope@0.1.4

Usage

API

var gyroscope = navigator.gyroscope;
gyroscope.getCurrent
gyroscope.watch
gyroscope.clearWatch

For Angular

  1. Copy deviceGyroscope.js to your project folder.
  2. Add deviceGyroscope as a module.
angular
  .module(
    'app', [
      ... other modules
      'deviceGyroscope'
    ]
  )
  1. Inject $deviceGyroscope in controller. It's return a promise.
$deviceGyroscope.getCurrent()
$deviceGyroscope.watch()
$deviceGyroscope.clearWatch()

Package Sidebar

Install

npm i cordova-plugin-gyroscope

Weekly Downloads

9

Version

0.1.4

License

BSD

Last publish

Collaborators

  • jasonyang