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.
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