Describe the bug
On a Samsung Galaxy S25 (SM-S931B) running Android 16 (SDK 36), the Document Scanner's post-capture review screen renders with a visible "Retake" button but no confirm/accept/checkmark button anywhere. The screen is otherwise unresponsive:
- Tapping the scanned image does nothing
- Tapping the gear/settings icon does nothing
- Swiping in any direction does nothing
- Only "Retake" is reachable; there is no way to accept the scan and complete the flow
This reproduces with both SCANNER_MODE_FULL and SCANNER_MODE_BASE — switching modes has no effect on the missing button, which rules out the ML-cleanup/filter UI as the cause and points at the base review/control-panel layout itself.
To Reproduce
- Integrate play-services-mlkit-document-scanner:16.0.0 (via GmsDocumentScannerOptions/GmsDocumentScanning).
- Launch the scanner on a Samsung Galaxy S25 (SM-S931B), Android 16.
- Scan a plain A4 page.
- Observe the review screen: "Retake" is present; no confirm/accept control is visible or reachable by tap, swipe, or rotation.
Expected behavior
The review screen should show a confirm/accept control (checkmark or equivalent) that lets the user complete the scan.
SDK Info
- com.google.android.gms:play-services-mlkit-document-scanner:16.0.0
- Google Play services: 26.26.34
- Scanner modes tested: SCANNER_MODE_FULL, SCANNER_MODE_BASE (both affected)
Smartphone
- Device: Samsung Galaxy S25 (SM-S931B)
- OS: Android 16 (API 36)
- Screen: 1080×2340, 480dpi (~360dp width — standard phone width, not a large-screen/tablet layout)
Possibly related
This may be related to #1026 (document scanner's activity hardcoded to portrait orientation causing large-screen-compatibility issues "from Android 16"), given this device is on Android 16 and the symptom (control-panel elements unreachable) is consistent with a layout/letterboxing issue triggered by that OS version's large-screen compatibility enforcement, even though the S25 isn't a tablet/foldable.
Describe the bug
On a Samsung Galaxy S25 (SM-S931B) running Android 16 (SDK 36), the Document Scanner's post-capture review screen renders with a visible "Retake" button but no confirm/accept/checkmark button anywhere. The screen is otherwise unresponsive:
This reproduces with both SCANNER_MODE_FULL and SCANNER_MODE_BASE — switching modes has no effect on the missing button, which rules out the ML-cleanup/filter UI as the cause and points at the base review/control-panel layout itself.
To Reproduce
Expected behavior
The review screen should show a confirm/accept control (checkmark or equivalent) that lets the user complete the scan.
SDK Info
Smartphone
Possibly related
This may be related to #1026 (document scanner's activity hardcoded to portrait orientation causing large-screen-compatibility issues "from Android 16"), given this device is on Android 16 and the symptom (control-panel elements unreachable) is consistent with a layout/letterboxing issue triggered by that OS version's large-screen compatibility enforcement, even though the S25 isn't a tablet/foldable.