Contour-Document-Imaging / contours-ai-example

Sample code for Contours AI implementations
Other
0 stars 0 forks source link

Call back issue in andriod #16

Closed ashish-uft closed 6 months ago

ashish-uft commented 7 months ago

Build version 1.7.1 and below

Detailed description

Failed to get image path when choose frontFaceOnly mode in the startContourSDK it looks like onCaptured isn’t called on Android.

Example code: startContourSDK('frontFaceOnly', '', 'both', false, e => { console.log(e); });

faraz-ahmad-uft commented 6 months ago

This bug has been resolved in 1.7.1

Closing the ticket.