mobile-gyro-patch
v1.0.2
Published
devicemotion event access from cross-origin iframes
Downloads
11
Readme
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()