don / cordova-filechooser

Cordova Plugin that supplies a File Chooser
Other
97 stars 215 forks source link

Added onRestoreStateForActivityResult to take care of case #19

Open ssashita opened 7 years ago

ssashita commented 7 years ago

This is a minimal change that I noticed was required to ensure that results from calling the FileChooser plugin were available to the calling cordova app (Actvity) even after it was destroyed by Android due to scarce resources. Beyond this small change, I needed to then define a handler for the 'resume' event in my cordova app javascript, which would make sense of the results-bearing event object passed to it by the cordova infrastructure.