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
Hi,
I'm having an issue with imagePicker for quite a while now.
I have a function that opens the device's camera to take a picture. Every time I go out of that function without taking any photo, a reference is saved as a blank image in the imagePicker gallery.
I tried deleting the app's cache or the temp directory but nothing...the blank spaces go away only if I restart/turn off the phone.
This is my function to take photos using media-capture plugin:
After inspecting what happens I saw that the takePhoto() function enters the device's Pictures folder and then leaves right after without selecting anything.
I searched for something to update the app's gallery or ways to delete the reference but couldn't find anything.
What would you recommend me to do?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I'm having an issue with imagePicker for quite a while now.
I have a function that opens the device's camera to take a picture. Every time I go out of that function without taking any photo, a reference is saved as a blank image in the imagePicker gallery.
I tried deleting the app's cache or the temp directory but nothing...the blank spaces go away only if I restart/turn off the phone.
This is my function to take photos using media-capture plugin:
And this is the imagePicker function to choose multiple images from gallery:
After inspecting what happens I saw that the takePhoto() function enters the device's Pictures folder and then leaves right after without selecting anything.
I searched for something to update the app's gallery or ways to delete the reference but couldn't find anything.
What would you recommend me to do?
Thanks!
The text was updated successfully, but these errors were encountered: