Mobile: Text keyboard input fallback on Timmy tab #26
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The Timmy tab only offers a mic button for input. Users in quiet environments, with accessibility needs, or on devices without microphone support have no way to type a message to Timmy.
What to build
Add a toggle button (keyboard icon) next to the mic button on the Timmy tab. When toggled, replace the mic button with a
TextInputfield + send button. The state persists for the session (not across app restarts). Haptic feedback on toggle.Acceptance criteria
sendVisitorMessagepath as voice