close
The Wayback Machine - https://web.archive.org/web/20210103143227/https://github.com/NeoLSN/cordova-plugin-gyroscope
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
www
 
 
 
 
 
 
 
 

README.md

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 [email protected]

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()

About

Cordova Device Gyroscope Plugin

Resources

Packages

No packages published
You can’t perform that action at this time.