You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I get the full path of the image (including it's name)? After the user save the image, I display that window for him to share, but I need the full file path.
The text was updated successfully, but these errors were encountered:
In savePhoto() function, I created a string variable imageName after imageUri variable, then, on callbackContext.success call, I pass the path with file name.
In my app, I receive something like this: /external/images/media/1539/ep_1597346437716.png.
The Problem
Even though the share window recognize as image (see image below), no matter what app I choose, I doesn't accept it. With gmail, it says "cannot attach file". Whatsapp says "The file format is not supported". This is weird, since I can see and share the image normally if I go to my gallery.
I'm using this plugin to share, passing the file path in files property.
How can I get the full path of the image (including it's name)? After the user save the image, I display that window for him to share, but I need the full file path.
The text was updated successfully, but these errors were encountered: