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.
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)
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 main2026-07-24 10:32:07 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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