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
{{ message }}
This repository was archived by the owner on Dec 29, 2024. It is now read-only.
The code works fine but the only issue is that i am saving those files on the device internal storage but i have to manually give the permission of accessing the Storage.
Is there any way to give permissions at run time?
P.S - I have tried cordova.Diagnostic plugin but there is no option to ask permission for internal storage.It does have one for external Storage but that piece of code doesn't seems to work
The code works fine but the only issue is that i am saving those files on the device internal storage but i have to manually give the permission of accessing the Storage.
Is there any way to give permissions at run time?
P.S - I have tried cordova.Diagnostic plugin but there is no option to ask permission for internal storage.It does have one for external Storage but that piece of code doesn't seems to work