Get absolute path to assets folder in PhoneGap

后端 未结 3 843
旧时难觅i
旧时难觅i 2020-12-31 10:05

Is there a way to get the absolute path of an image in phonegap asset folder?

I need the absolute path to attach the image in a mail using EmailComposer plugin.

3条回答
  •  -上瘾入骨i
    2020-12-31 10:29

    Pass 'file:///android_asset/www/img/logo.png' to window.resolveLocalFileSystemURI() and the resulting FileEntry.fullPath is what you want. Look at the documentation for detailed example: http://docs.phonegap.com/en/1.5.0/phonegap_file_file.md.html

提交回复
热议问题