Results 22 comments of khrizt

Ok, I found out why `onNotification` is not being called when the app is closed. As I was calling `appStart` method just after starting the app but before the `configure`...

It's working for me in version 3200, but I'm on Ubuntu, not windows. I'll try to set up a windows scenario to test it

wow I forgot about this, I'll take a look

Probably not, have you tried to change the default combination key for another one? If that's the issue I can change the key combination to Shift+Ctrl+q or something similar.

@beast I was following this repo because I'm migrating mobile apps to react native and one feature the Android app has is a document Scanner done with OpenCV. I managed...

@beast Ok, I'll look into it and let you know.

Ok, I managed to compile and run the example but with a couple of errors, I found an error here: `scanDocPackage.onActivityCreated(activity);` because it says that the method is not found,...

Sorry for the late reply, I had a busy week. The main difference between what I've seen in your project and mine is that I added the `libopencv_java3.so` files for...

Hi, Today I've been trying to apply my configuration to this project and so far I have been unsuccessful. I really don't understand what's wrong because gradle can't find OpenCV...

@beast If I can't make it work, would it be ok for you if I create a new project and set it up again, with newer react and opencv versions...