Rishab Kumar
Results
1
issues of
Rishab Kumar
I'm trying to get the file path from an URI returned by the cordova contacts plugin using the resolveNativePath from filepath plugin. contactsImageURI = contact.photo[0].value; contactsImageURI = content://com.android.contacts/contacts/XXXX/photo; this.filePath.resolveNativePath((contactsImageURI)).then(()=> {...