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
Creating album works in ios. As far as I made my research I could not find any legit way to create custom album in android gallery. Other apps like instagram or whatsapp does it, they have their albums named after them. I can create album by using paths such as '/storage/self/primary/Pictures/MyAppAlbumName' or '/storage/emulated/0/Pictures/MyAppAlbumName' but I am not sure if it will work on majority of devices. Anyway is there a way to do it with this plugin, can it be done? It would be cool since I use this plugin for many other functionality as well.
Why
I will utilize it so that when user saves image from app to gallery, those images will be under a folder to be found easily later. It will be more organized as well.
The text was updated successfully, but these errors were encountered:
Saving assets to an album can be implemented, but creating an album only means creating a folder that contains zero assets, which the library can only obtain until it has assets stored in it.
Platforms
Android
Description
Creating album works in ios. As far as I made my research I could not find any legit way to create custom album in android gallery. Other apps like instagram or whatsapp does it, they have their albums named after them. I can create album by using paths such as '/storage/self/primary/Pictures/MyAppAlbumName' or '/storage/emulated/0/Pictures/MyAppAlbumName' but I am not sure if it will work on majority of devices. Anyway is there a way to do it with this plugin, can it be done? It would be cool since I use this plugin for many other functionality as well.
Why
I will utilize it so that when user saves image from app to gallery, those images will be under a folder to be found easily later. It will be more organized as well.
The text was updated successfully, but these errors were encountered: