javascript - Download file in Meteor Cordova application -
i made meteor "desktop" application , i'm migrating "android" one. no big deal, if i'm new cordova, works except 1 thing : cannot download files.
the application provides files download pdf reports, csv archives or json raw files (i use nilsdannemann:pdfmake package or pfafman:filesaver).
i tried run application on chrome (on android device) , works fine. when use cordova meteor run android-device
none of these download functions work anymore.
i search how create file download cordova , found topic saying it's not supported. if point me in right direction, i'd appreciate it.
Comments
Post a Comment