-
Notifications
You must be signed in to change notification settings - Fork 141
Devices support HMS & GMS #127
Description
First of all, thank you for this excellent package. The edge detection and image cleanup features work exceptionally well.
However, I have encountered an issue on devices that support both GMS and HMS. After the user captures an image and taps "Next" to save it, the app does not save the image or exit the camera. Instead, it restarts the capture flow from the beginning.
This issue appears to be specific to dual-service (GMS + HMS) devices, as the functionality works as expected on devices running only one service.
Below are the details of the affected devices:
Device 1:
• Model: HUAWEI JSN-L22 (commercially known as Honor 8X / Honor 9X Lite)
• OS: Android 9
• SDK Version: 42100
Device 2:
• Model: HUAWEI MAR-LX1A (commercially known as Huawei P30 Lite)
• OS: Android 10
• SDK Version: 42100
I would appreciate any guidance on a potential fix or workaround.