Skip to content

fix(app): Mobile prompt focus#15553

Open
viraptor wants to merge 1 commit intoanomalyco:devfrom
viraptor:mobile-prompt-focus
Open

fix(app): Mobile prompt focus#15553
viraptor wants to merge 1 commit intoanomalyco:devfrom
viraptor:mobile-prompt-focus

Conversation

@viraptor
Copy link

@viraptor viraptor commented Mar 1, 2026

Issue for this PR

Closes #15552

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Apply a workaround for firefox on mobile, to ensure the prompt box is always hidden. Respond to the keyboard poping up and do the correct resizing.

How did you verify your code works?

Opened the page

Screenshots / recordings

WhatsApp.Video.2026-03-01.at.20.07.38.mp4

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

If you do not follow this template your PR will be automatically rejected.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 1, 2026

Hey! Your PR title Mobile prompt focus doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

Add a compatibility support for mobile firefox to keep the prompt in focus when
the on-screen keyboard pops up.

Co-authored-by: GPT-5.3 Codex
@viraptor viraptor force-pushed the mobile-prompt-focus branch from 7ab5554 to e6680f9 Compare March 1, 2026 09:11
@viraptor viraptor changed the title Mobile prompt focus fix: Mobile prompt focus Mar 1, 2026
@viraptor viraptor changed the title fix: Mobile prompt focus fix(app): Mobile prompt focus Mar 1, 2026
@viraptor
Copy link
Author

viraptor commented Mar 1, 2026

The E2E test failures are internal timeouts, not actual fails.

I can't force a rerun, so 🤷 Not an issue with this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The prompt box in mobile view disappears under the keyboard in firefox

1 participant