blinkid-cordova icon indicating copy to clipboard operation
blinkid-cordova copied to clipboard

ID scanning for cross-platform apps built with Cordova and Phonegap.

Results 14 blinkid-cordova issues
Sort by recently updated
recently updated
newest added

Happening on iOS, version 5.11.0 Cannot recreate on older version 5.5.0 How to recreate: - clone repo - run ./initCordovaSampleApp.sh - place device horizontal orientation - run app on ios...

Hi, I have been using BlinkID and we have been testing it in Android and iOS. We configured it to use "MBBlinkIdCombinedRecognizer" and based on your documentation, BlinkID should be...

Please help us on plugin side. We can resolve the issue on native iOS BlinkId , by removing for x86_64 and i386 architecture with the lipo commands in XCode. https://help.microblink.com/hc/en-us/articles/115005399289-iOS-ERROR-ITMS-90087-Unsupported-Architectures-...

help wanted

Tried installing blinkid-cordova and got a error. To reproduce: ``` cordova create something something something cd something cordova platform add android cordova plugin add blinkid-cordova ``` It fails with: ```...

I am still struggling with capturing the backside of the USDL. If I use blinkIdCombinedRecognizer, I get front and back images, but not the USDL-specific data fields. ```javascript let recognizerCollection...

I am working on ionic application. Below are my application details. cli packages: (/usr/local/lib/node_modules) @ionic/cli-utils : 1.19.1 ionic (Ionic CLI) : 3.19.1 global packages: cordova (Cordova CLI) : 7.1.0 local...

help wanted

i am trying to upgrade the plugin but i am getting the below **Invalid license buffer size: 53** however it is the same license that i used on V 1.5.0...

On Android, when plugin is activated, it shows ```firstSideInstructions``` and once it captures the front side of US driver license, ```secondSideSplashMessage``` appears signaling user to flip the document. on iOS...

bug

I'm currently using the UsdlCombinedRecognizer and DocumentVerificationOverlaySettings to scan both front and back of the driver license. After scanning both sides I am able to save the front image and...

enhancement