mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
22 lines
467 B
Markdown
22 lines
467 B
Markdown
|
# Device
|
||
|
|
||
|
```text
|
||
|
$ ionic cordova plugin add cordova-plugin-device
|
||
|
$ npm install @awesome-cordova-plugins/device
|
||
|
```
|
||
|
|
||
|
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/device/)
|
||
|
|
||
|
Plugin Repo: [https://github.com/apache/cordova-plugin-device](https://github.com/apache/cordova-plugin-device)
|
||
|
|
||
|
Access information about the underlying device and platform.
|
||
|
|
||
|
## Supported platforms
|
||
|
|
||
|
* Android
|
||
|
* Browser
|
||
|
* iOS
|
||
|
* macOS
|
||
|
* Windows
|
||
|
|