**I'm submitting a ...** (check one with "x"):
- [ ] bug report
- [ ] feature request
- [ ] documentation issue
# Bug report
**Current behavior:**
**Expected behavior:**
**Steps to reproduce:**
**Environment information**
- Cordova CLI version
- `cordova -v`
- Cordova platform version
- `cordova platform ls`
- Plugins & versions installed in project (including this plugin)
- `cordova plugin ls`
- Dev machine OS and version, e.g.
- OSX
- `sw_vers`
- Windows 10
- `winver`
_Runtime issue_
- Device details
- _e.g. iPhone 7, Samsung Galaxy S8, iPhone X Simulator, Pixel XL Emulator_
- OS details
- _e.g. iOS 11.2, Android 8.1_
_Android build issue:_
- Node JS version
- `node -v`
- Gradle version
- `ls platforms/android/.gradle`
- Target Android SDK version
- `android:targetSdkVersion` in `AndroidManifest.xml`
- Android SDK details
- `sdkmanager --list | sed -e '/Available Packages/q'`
_iOS build issue:_
- Node JS version
- `node -v`
- XCode version
_If using an [Ionic Native Typescript wrapper]() for this plugin:_
- Ionic environment info
- `ionic info`
- Installed Ionic Native modules and versions
- `npm list | grep "@ionic-native"`
**Related code:**
```
insert any relevant code here such as plugin API calls / input parameters
```
**Console output**
console output
```
// Paste any relevant JS/native console output here
```
**Other information:**
# Feature request
# Documentation issue