1.0.2 • Published 6 years ago
mobile-gyro-patch v1.0.2
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()