cdibened / filechooser

Cordova plugin to get around Android's removal of html file upload
MIT License
74 stars 46 forks source link

Call back is not getting triggered #16

Open premtemp1 opened 7 years ago

premtemp1 commented 7 years ago

Hello, I can select the file, However, the callback function is not getting fired.

I see this error in the android log W/CordovaInterfaceImpl: Got an activity result, but no plugin was registered to receive it

--Using cordova 6.3.1 and SDK 23 for android

Can you give some suggestion on how to fix this issue,,

Thanks