pwlin / cordova-plugin-file-opener2

A File Opener Plugin for Cordova
MIT License
314 stars 584 forks source link

Added minimal browser support. #279

Closed fefc closed 4 years ago

fefc commented 4 years ago

When calling open function it will open a download dialog allowing you to download the file where you want or to open it.

It is using FileSaver (https://github.com/eligrey/FileSaver.js).

shnist commented 4 years ago

hi @fefc, thanks for this. This looks great. Will put it in the next release.