cordova-plugin-fileopener
cordova-plugin-fileopener copied to clipboard
window.cordova.plugins.FileOpener.openFile("file:///storage/emulated/0/Download/nf.pdf", function(r) { console.log("sucesso:", r); }, function (r) { console.log("erro:", r); }); erro: file:///storage/emulated/0/Download/nf.pdf exposed beyond app through Intent.getData()
Thank for this project(cordova-plugin-fileopener), it help me a lot. :) This feature branch may be helpful to fix issue #15, and it work for me. Please review and decide merge...
Hi! Can you add no restriction mime type for downloaded http files or just add .mkv extension? and possibility to download url with parameters like /file.mkv?pass=3&p=4 getExtension method checked is...
Hi, I've upgraded my App to apache cordova 6.5 and now it does not work This is me config.xml
Hello, could you please add iOS support? Thanks.
Hi, I use fileopener for Auto App Update, the code like that window.cordova.plugins.FileOpener.openFile( 'http://xxxx/ver1024.apk', function(){ alert('download now.') }, errorHandler); But, when I try to call openFile, it always give me...
THREAD WARNING: exec() call to FileOpener.openFile blocked the main thread for 67ms. Plugin should use CordovaInterface.getThreadPool().