feat(barcode-scanning): Support iOS multitasking camera access#307
feat(barcode-scanning): Support iOS multitasking camera access#307robingenz merged 4 commits intocapawesome-team:mainfrom
Conversation
@capacitor-mlkit/barcode-scanning
@capacitor-mlkit/document-scanner
@capacitor-mlkit/face-detection
@capacitor-mlkit/face-mesh-detection
@capacitor-mlkit/selfie-segmentation
@capacitor-mlkit/subject-segmentation
@capacitor-mlkit/translation
commit: |
Co-authored-by: Robin Genz <mail@robingenz.dev>
|
@pablophg Please test the changes using the pre-release and let me know if everything works so we can merge this. |
I tested the changes and the behaviour is as expected on iPad:
This works as expected for this feature. Now, there's one corner case, and in any case, I think should be implemented as a separate feature:
In my app I solve this by rotating the camera feed to align with iPads oorientation even if my app only supports one orientation, due to how Apple handles opening this iPhone-only app on iPads. It is a very specific case and I'd say not related directly to this feature. To cover this corner case, a feature that allows auto-rotating the view, could be implemented appart from this one. What do you think? Or you think it should be part of this same version? |
|
I also think it's not related to this issue. Thank you for testing! |

Pull request checklist
Please check if your PR fulfills the following requirements:
npm run changeset).Close #306