markeeftb / FileOpener

Simple plugin for opening local files with Phonegap for Android
Apache License 2.0
51 stars 81 forks source link

Open a pdf from the native application #16

Open anthonydesch opened 6 years ago

anthonydesch commented 6 years ago

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