mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
21 lines
521 B
Markdown
21 lines
521 B
Markdown
|
# File Opener
|
||
|
|
||
|
```text
|
||
|
$ ionic cordova plugin add cordova-plugin-file-opener2
|
||
|
$ npm install @awesome-cordova-plugins/file-opener
|
||
|
```
|
||
|
|
||
|
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/file-opener/)
|
||
|
|
||
|
Plugin Repo: [https://github.com/pwlin/cordova-plugin-file-opener2](https://github.com/pwlin/cordova-plugin-file-opener2)
|
||
|
|
||
|
This plugin will open a file on your device file system with its default application.
|
||
|
|
||
|
## Supported platforms
|
||
|
|
||
|
* Android
|
||
|
* iOS
|
||
|
* Windows
|
||
|
* Windows Phone 8
|
||
|
|