javascript - Using cordova, can I use resolveLocalFileSystemURL to access a file that was in my build? -
javascript - Using cordova, can I use resolveLocalFileSystemURL to access a file that was in my build? -
i'm building app need re-create pdfs within www folder shared device folder (fileentry.tourl
) i'm not sure access these pdfs after app on device.
if utilize resolvelocalfilesystemurl
, can specify file path , re-create found file fileentry.tourl()
folder... i'm not sure file path be.
my file located www/media/pdf/testdocument.pdf
- how access file after have done build?
use 1.2.0
of file
plugin. should able utilize cordova.file.applicationdirectory
@ bundle.
javascript xcode cordova
Comments
Post a Comment