cordova-plugin-device
cordova-plugin-device copied to clipboard
Apache Cordova Device Plugin
### Platforms affected iOs ### Motivation and Context I think it should fix #108 ### Description Just replace nil values with empty string since NSDictionary crashes in that case ###...
# Feature Request ## Motivation Behind Feature Currently there are rules in China Mainland regarding to how device uuid can be collected and used. Some of the android distribution shops...
### Platforms affected ### Motivation and Context Progresses #130 ### Description ### Testing ### Checklist - [ ] I've run the tests to see all new and existing tests pass...
# Bug Report device.isVirtual return false on bluestack and nox player. It is expected to return true. but it returns false on both. device version is 2.0.2
# Bug Report ## Problem device is undefined for ios in 2.1.0 version ### What is expected to happen? I use check platform in my code device.platform and after update...
## Problem using device.uuid on IOS 12.3.1 returns all as NULL 'Device Name: ' + device.name + '' + 'Device Cordova: ' + device.cordova + '' + 'Device Platform: '...
# Feature Request ## Motivation Behind Feature With the deprecation of `cordova-osx` as an officially supported platform it seems a logical step to also deprecate its support within this plugin....
# Bug Report ## Problem IsVirlual returns 'true' in a real device * Phone: Huawei P20 Pro * model: CLT-L29 ### What is expected to happen? expected to return false...
Is there a way to differentiate between an Android phone and a Huawei phone using this plugin? There is no `platform.is( "huawei" )` ... Any suggestion?
# Feature Request ## Motivation Behind Feature One use case for uuid is to tell devices apart when a user sign in to different devices. However according to [the docs](https://cordova.apache.org/docs/en/10.x/reference/cordova-plugin-device/#deviceuuid)...