Callback is never called.
See original GitHub issueAfter following the README guide I’m able to open the camera or the camera roll, but if I chose a picture or take a new one I never got any response in the JS callback.
If I cancel, I DO get the cancel response. I’m debugging the Java code and the onActivityResult
method (which I assume should be called after taking a picture or selecting one) is never called.
Any clue on how I can fix this?
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (3 by maintainers)
Top Results From Across the Web
on:userEvent callback never called - Zendesk help
Hi, I've implemented the on:userEvent callback for analytics purposes but the analytics event is never received.Are there any known bugs...
Read more >useEffect callback never called · Issue #17066 · facebook/react
I want to report a bug. My problem is that the callback function I pass to useEffect() is never called in my app....
Read more >How to Debug 'The "next" callback was never called inside of ...
I am new to Vue and working through some basic tutorials on Vue Mastery. Rather than work with their default data set I...
Read more >Callback is not called in add_settings_field() when passed as ...
From what I could see, the problem is not with the field callback, but it's the section ID whereby you're setting it to...
Read more >failure callback function was not called - Microsoft Community
failure callback function was not called in the javascript. below is the javascript code: function GetInfo() { debugger; var id =
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@rusfearuth I think I found the fix to my issue.
I added
to
MyReactActivity
and everything works.Closing this issue.
This info would be real nice to have in the README