1.0.2 • Published 6 years ago

mobile-gyro-patch v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

mobile-gyro-patch.js

Workaround for limitations of devicemotion event in iframes

Install

$ npm install mobile-gyro-patch

Usage

for static html page, you have to just load script on the page

var roundmeMobileGyroPatch = require('mobile-gyro-patch');

for dynamic iframe loading (ajax)

var roundmeMobileGyroPatch = require('mobile-gyro-patch');

// call when iframe loaded
roundmeMobileGyroPatch()
1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago