-
Notifications
You must be signed in to change notification settings - Fork 130
cordova-plugin-filepath: Unable to resolve filesystem path in android #38
Comments
update filepath plugin to the latest version which is 1.5.1
If that doesn't work then it might be from the ionic webview plugin |
Thanks for responding, I've already tried with latest version but it still didn't work. |
Alright try the important section and tell me if it works or not. As im also using the file path plugin to upload files to the server, and it worked with me. |
Ok following it |
I have followed the https://github.com/PeterHdd/cordova-plugin-crypto-file#important steps and it result encrypt text rather than ionic page. |
Ok i have compiled it again, now app run fine but image upload still return same error:
|
@PeterHdd It's seems like an android version issue, i just tested in android 5.1 version and it was working perfectly fine but not working on android 8.0 version |
Same issue. Anywhere exist a workaround? Thanks |
Same here! |
same issue here.. "cordova-plugin-filepath": "^1.5.8", Any workarounds yet? |
any solution? |
Trying to upload image from ionic application via android/ios gallery. It's working perfectly fine on ios but throw error in android.
It always throw following error while resolving native path in this.filePath.resolveNativePath(imagePath) method:
{code: 0 ; message: "Unable to resolve filesystem path."}
Here is my code for uploading image:
I have even tried using following code but no success:
Here are my plugin details:
Ionic info
The text was updated successfully, but these errors were encountered: