mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
76b4e03d04
Replace the legacy dgeni/gulp documentation pipeline with TypeDoc and typedoc-plugin-markdown. Generates plugin README files with extracted @Plugin() decorator metadata. Register custom JSDoc tags used by plugin source files.
21 lines
511 B
Markdown
21 lines
511 B
Markdown
# File Opener
|
|
|
|
```
|
|
$ 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
|
|
|