### Current Behavior The "close camera" button (x) is not working on Android ### Expected Behavior The "close camera" button (x) should close the camera on Android ### Reproduction ```Camera.takePhoto({})``` ### Screenshots / Media https://github.com/user-attachments/assets/7f1f7425-5d6e-489e-83e3-37fc969528d3 ### Environment Details ```Shell OS version: Android 13 npx cap doctor 💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 8.5.0 @capacitor/core: 8.5.0 @capacitor/android: 8.5.0 @capacitor/ios: 8.5.0 Installed Dependencies: @capacitor/core: 8.5.0 @capacitor/android: 8.5.0 @capacitor/cli: 8.5.0 @capacitor/ios: 8.5.0 [success] Android looking great! 👌 [success] iOS looking great! 👌 npm --version 11.17.0 node --version v24.19.0 ``` ### Versions Affected Tested on v8.2.2 ### Platforms Affected - [ ] iOS - [x] Android - [ ] Web ### Notes / Comments Tested on a Pixel 4a running Android 13. The workaround is to close the app or swipe from the left edge of the screen to the center.
Current Behavior
The "close camera" button (x) is not working on Android
Expected Behavior
The "close camera" button (x) should close the camera on Android
Reproduction
Camera.takePhoto({})Screenshots / Media
IMG_1174.mp4
Environment Details
Versions Affected
Tested on v8.2.2
Platforms Affected
Notes / Comments
Tested on a Pixel 4a running Android 13.
The workaround is to close the app or swipe from the left edge of the screen to the center.