cordova-ourcodeworld-filebrowser
cordova-ourcodeworld-filebrowser copied to clipboard
Cannot browse externalDataDirectory
On API 30 with scoped storage, when startupPath is set to cordova.files.externalDataDirectory, the file browser is unable to browse anything. The path is shown as '/', the only item is '..' (which cannot be navigated to) and no files or folders can be selected.
However, browsing to a subfolder of cordova.files.externalDataDirectory works. Browsing cordova.files.dataDirectory also works.