cordova-plugin-sensors icon indicating copy to clipboard operation
cordova-plugin-sensors copied to clipboard

Sensors that measure motion, orientation, and various environmental conditions.

Results 10 cordova-plugin-sensors issues
Sort by recently updated
recently updated
newest added

Hello, we try to use your plugin in ionic, we did the test also on plain cordova plugin without ionic. The problem is getState returns always only the first inserted...

I use that plugin as it's showed in the documentation of Ionic for Angulars app. I importSensors from @ionic-native/sensor/npx, i put it into app.module in the providers and i import...

Is there a way to increase the interval while the app is in background? I have set the interval to 50ms (using the accelerometer sensor) but when the app is...

Could you please use at least one option to create versions of this plugin? I recommend npm registry but if you dont' want, please at least make an release version...

Hi, I tried the demo code for ionic 3 but i got "Cannot find name 'sensors " error. This is my ionic info ``` @ionic/cli-utils : 1.19.0 ionic (Ionic CLI)...

Sensor object should only be accessible by doing `import` or `require`, instead of putting it to the global `window` object. I believe this is a better practice. Also, when you...

Would be great if this can support IOS. Thanks!

Create method for check if a sensor exist in device, because not all Android devices have all the sensors.

enhancement