Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okhiroyuki/cordova-plugin-proximity
This plugin provides access to the device's (IR) proximity sensor.
https://github.com/okhiroyuki/cordova-plugin-proximity
cordova-android cordova-plugin
Last synced: 5 days ago
JSON representation
This plugin provides access to the device's (IR) proximity sensor.
- Host: GitHub
- URL: https://github.com/okhiroyuki/cordova-plugin-proximity
- Owner: okhiroyuki
- License: mit
- Created: 2019-03-24T09:40:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T15:31:58.000Z (6 months ago)
- Last Synced: 2024-09-26T08:50:32.787Z (about 2 months ago)
- Topics: cordova-android, cordova-plugin
- Language: Java
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cordova-plugin-proximity
This plugin provides access to the device's (IR) proximity sensor.
At this moment this plugin is implemented only for Android!
## Installation
```
cordova plugin add @red-mobile/cordva-plugin-proximity
```### uninstall
```
cordova plugin remove @red-mobile/cordva-plugin-proximity
```## Supported Platforms
- Android
## Methods
- navigator.proximity.getCurrentProximity
- navigator.proximity.watchProximity
- navigator.proximity.clearWatch