javascript - Cordova Android Download Local File -
i have been looking around solution can't find on matter.
i have pdfs stored locally in build. in directory pdfs/ @ same level of index.html. need when clicking on button pdf downloaded device storage.
what find googling how download files external url, don't need since app must work offline , have files in built apk. can me?
i tried window.open("relative-path-the-pdf", "_system"); not work
Comments
Post a Comment