0.0.1 • Published 5 months ago

capacitor-directory-picker v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

capacitor-directory-picker

Pick directory native path to load images

Install

npm install capacitor-directory-picker
npx cap sync

API

pickDirectory(...)

pickDirectory(options?: any) => Promise<any>

Open the file picker that allows the user to select one or more files.

ParamType
optionsany

Returns: Promise<any>


getPersistedUriPermissions(...)

getPersistedUriPermissions(options?: any) => Promise<any>
ParamType
optionsany

Returns: Promise<any>


checkStoragePermission(...)

checkStoragePermission(options?: any) => Promise<any>
ParamType
optionsany

Returns: Promise<any>


requestStoragePermission(...)

requestStoragePermission(options?: any) => Promise<any>
ParamType
optionsany

Returns: Promise<any>


0.0.1

5 months ago