Skip to main content

Sensors

This plugin enables sensors on Android devices

https://github.com/fabiorogeriosj/cordova-plugin-sensors.git

Stuck on a Cordova issue?

Don't waste precious time on plugin issues.

If you're building a serious project, you can't afford to spend hours troubleshooting. Ionic’s experts offer premium advisory services for both community plugins and premier plugins.

Installation#

$ npm install https://github.com/fabiorogeriosj/cordova-plugin-sensors.git
$ npm install @ionic-native/sensors
$ ionic cap sync

Supported Platforms#

  • Android

Usage#

React#

Learn more about using Ionic Native components in React

Angular#

import { Sensors, TYPE_SENSOR } from '@ionic-native/sensors/ngx';
constructor(private sensors: Sensors) { }
...
this.sensors.enableSensor(TYPE_SENSOR.LIGHT);