João Pimentel Ferreira

Results 320 comments of João Pimentel Ferreira

@ChrisTomAlx I made a fork of this plugin and made [these commits](https://github.com/jfoclpf/cordova-plugin-mobile-ocr/compare/b711f9199d6ecb0b502e42f04af9314beb5e471e..c043d0566b5d016461ed24fa60d6db178cc63d99), now it's working like a charm :)

@Cyw00d i use this plugin in cordova and it works well

of course you can, I do it in my cordova apps

ok, I will take a look, because hooks nowadays are better dealt with from cordova

Please guide me here for the PR, because I know a lot of hooks for cordova, but I'm not that versed in iOS, since all the hooks I created are...

I perfectly understand your point, though I have a question: when I do `cordova build ios` everything runs smoothly, that is, the build succeeds and I have a lot of...

> Now that I think about it, this is a project level action, not a plugin level one. You do pod install only after you add a platform I think...

1. @ChrisTomAlx I was checking again and yes, we can have other common hooks in `plugin.xml`. More important even that `after_platform_add` we can have a hook `before_compile` or `before_build`. That...

1. Ok, got it, I see your point 2. That ml-text does not work either, log is here: ``` $ cordova plugin add cordova-plugin-ml-text --verbose No scripts found for hook...

> Try doing this command manually? > > `/usr/local/bin/git clone https://github.com/CocoaPods/Specs.git -- cocoapods` It worked, it takes ages but it works and `cordova plugin add cordova-plugin-ml-text --verbose` is not that...