pwlin / cordova-plugin-file-opener2

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

Open file in Android when the mime type is not specified #274

Closed cinthiaro closed 4 years ago

cinthiaro commented 4 years ago

This change allows to open files without specifying the mime type in the JavaScript function (Android only). The mime type is obtained from the extension.

shnist commented 4 years ago

Looks good, thanks for contributing!