don/cordova-filechooser

While using the plugin and choosing a file, if the calling App (web-viewer) got destroyed by Android as part of the activity life cycle, then the chosen file name is not available to the App

Closed this issue · 1 comments

Other plugins like cordova-plugin-media-capture have the provision that they fire an event back ("pendingcaptureresult" in case of the capture plugin) on the calling App, which contains the captured content information.

I think I found an answer to my problem. It involves a small change to the FileChooser code which I shall try to submit to a branch