https://github.com/elmissouri16/nativescript-openfile
Nativescript Plugin For Open Files With There Default Apps (Only Support Android)
https://github.com/elmissouri16/nativescript-openfile
android nativescript nativescript-plugin
Last synced: 3 months ago
JSON representation
Nativescript Plugin For Open Files With There Default Apps (Only Support Android)
- Host: GitHub
- URL: https://github.com/elmissouri16/nativescript-openfile
- Owner: elmissouri16
- License: mit
- Archived: true
- Created: 2018-04-23T20:43:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-26T20:54:25.000Z (about 7 years ago)
- Last Synced: 2024-01-28T10:02:41.512Z (over 1 year ago)
- Topics: android, nativescript, nativescript-plugin
- Language: JavaScript
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Nativescript Open File Plugin 
### Documentation
```
npm i nativescript-openfile
```
```javascript
var openfile = require("nativescript-openfile");
openfile("file_path");
```
- TODO
- [ ] Support More Files
#### Author [Elmissouri](https://twitter.com/elmissouri16)