FileOpener
FileOpener copied to clipboard
Simple plugin for opening local files with Phonegap for Android
is it possible to open a pdf from www file? for example : `window.plugins.fileOpener.open("file:///assets/pdf/Abcdef.pdf");` Thank you for your help
Hi, i'm gonna to use this plugin in ionic.but my scenario is to open the pdf with password. Where to give the password in this plugin?
Hello, I'm not sure if this is an "issue", more of a question. Should I be able to open files with this plugin with an emulator? Currently, I'm not getting...
Hi, How to install this in Android Studio ? Thx.
Added plugin.xml, works with cordova command line or plugman
I implemented the plugin in my Cordova 3.5 based app. It worked successfully when QuickOffice or Adobe PDF Reader installed on my Nexus 7 (Kitkat 4.4.4). But when I uninstalled...
I'm trying your plugin to open a ppt file after download. I use window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onFileSystemSuccess, onfail); and then fileSystem.root.getFile(completeName, {create: true, exclusive: false} Then, i'm able to write file...
This plugin work in android, but i need open pdf files in wp8. How should i do it.
Update for Cordova 2.7.0
Because I want to display an alert if the file could not be opened, i have added a failure callback to the plugin.