Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
kubuntu 15.04
ripple-emulator 0.9.29
cordova 5.1.1
node v0.10.20
npm 2.11.2
Description
Hi,
I'm using
ripple-emulator 0.9.29
cordova 5.1.1
node v0.10.20
npm 2.11.2
I have a working published app which works with cordova device-motion plugin which now stopped working on Ripple.
Step to reproduce:
cordova create test
cd test
cordova platform add android
cordova plugin add cordova-plugin-device-motion
ripple emulate
In Chrome I get the error:
Uncaught TypeError: Cannot redefine property: Acceleration cordova.js 1822
In Firefox
TypeError: can't redefine non-configurable property '"Acceleration"' cordova.js:1822:8
Anything wrong from my side or a bug in Ripple?