blinkcard / blinkcard-react-native

AI-driven credit card scanning for cross-platform apps built with ReactNative.
1 stars 0 forks source link

iOS swipe down action yields no SDK response #13

Open tubibuto opened 1 week ago

tubibuto commented 1 week ago

Steps to replicate on the iOS device:

somyaguptagit commented 1 week ago

Hi @tubibuto Thank you for reporting the issue! We kindly request that you contact us at support@microblink.com so that we can assist you further.

somyaguptagit commented 1 day ago

Hi @tubibuto We checked internally regarding this issue and this is an expected behavior. As a workaround, if you would like to have the SDK in the full screen, you can add the following line here: https://github.com/blinkcard/blinkcard-react-native/blob/main/BlinkCard/src/ios/MicroblinkModule/MicroblinkModule/MBCBlinkCardModule.m#L92 [recognizerRunnerViewController setModalPresentationStyle:UIModalPresentationFullScreen];

Please test this out and let us know if this helps.