cordova-ourcodeworld-filebrowser
cordova-ourcodeworld-filebrowser copied to clipboard
A native Android filebrowser (select and create files and folders) for Cordova
Hi Team, I am using your filebrowser plugin to select files on platform Cordova Android 10.1.2 The plugin works on single file selection as expected. But my app crashs when...
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...
This lib works before 5-6 months but now after I try to run `cordova platform remove android` and add it again `cordova platform remove android`: ``` Failed to restore plugin...
currently there is no ios support for this plugin?
Please provide support for version 24 and higher. The app crashes when using an SDK version higher than 23. > FATAL EXCEPTION: main > Process: io.ionic.starter, PID: 4990 > android.os.FileUriExposedException:...
Appraently `setResult(Activity.RESULT_OK, intent);` in `com.ourcodeworld.plugins.filebrowser.DialogShowPicker` does not trigger the `onActivityResult` method in `com.ourcodeworld.plugins.filebrowser.Filebrowser`, causing this to happen. Any solutions or workarounds? Im using Android SDK 26 and Cordova 7.0.0
My only bug reports so far have exclusively been this: java.lang.NullPointerException in com.ourcodeworld.plugins.filebrowser.Filebrowser.onActivityResult I assume it's caused by Android 9 incompatibilities. Will there be an update soon?
When ever I call window.OurCodeWorld.Filebrowser.filePicker.multi() this function my application give me Unfortunately stop application error.
Good day. First of all, thank you for developing this awesome plugin. I'm so grateful with this after I integrated it in my simple projects. Anyway, is there any workaround...
Hello, Thanks for the plugin but I cannot get it to work.. I see the filechooser and I can select a file. However , the file is not returned .....