fix(companion): touch-shield under the in-app control bar — 0.5.11 #121

Merged
lfg2025 merged 1 commits from fix/inapp-bar-touch-shield into main 2026-07-24 10:32:07 +00:00
Owner

Taps in the gesture strip below the in-app browser bar fell through the overlay into the kiosk tab bar (accidental AIUI opens). The strip is now an explicit black, click-swallowing Box. APK 0.5.11/vc31.

🤖 Generated with Claude Code

Taps in the gesture strip below the in-app browser bar fell through the overlay into the kiosk tab bar (accidental AIUI opens). The strip is now an explicit black, click-swallowing Box. APK 0.5.11/vc31. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
lfg2025 added 1 commit 2026-07-24 10:32:01 +00:00
The gesture-nav strip below the in-app browser's control bar was painted
black by inset padding, but painted-only areas don't consume touches in
Compose — stray taps fell straight THROUGH the overlay into the kiosk's
tab bar behind it (accidentally opening the AIUI chat tab). The strip is
now an explicit Box: solid black AND click-swallowing. Bottom inset
moved off the Column padding so the shield can own that region.

Served APK: 0.5.11 (vc31).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
lfg2025 merged commit 85b25dd803 into main 2026-07-24 10:32:07 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lfg2025/archy#121
No description provided.