David Marcus

Results 14 comments of David Marcus

https://github.com/websitebeaver/capacitor-document-scanner uses VisionKit, but also works on Android

Thanks for sharing how you fixed it @konri, but you shouldn't need to ask for camera permissions. It's possible that you're using another plugin that requires camera permissions. This plugin...

Since your code stops, and doesn't run what's in the catch block I would expect to see a crash in your error logs. I don't see that though. I would...

I would use 0.9.1 for your app. I'd rather keep things simple, and not support it moving forward.

Right now it's not possible since VisionKit doesn't have that option.

That would probably not be too difficult for Android. The problem is that iOS uses the native document scanner, so I can't customize that. It would only be possible if...

I'll consider it if time allows. Right now you can't do this with Android.

Yeah it's basically the same. In order to make that work I would need to skip the camera capture on Android, and send the cropper an image. On iOS it's...