Skip to content

Fix mobile completion UI visibility and iOS keyboard offset regression - #7

Open
Digidai wants to merge 1 commit into
mainfrom
cursor/mobile-completion-bar-fix-b3b5
Open

Fix mobile completion UI visibility and iOS keyboard offset regression#7
Digidai wants to merge 1 commit into
mainfrom
cursor/mobile-completion-bar-fix-b3b5

Conversation

@Digidai

@Digidai Digidai commented Aug 16, 2026

Copy link
Copy Markdown
Owner

Summary

  • hide .completion-bar by default and only display it when it is not [hidden] (.completion-bar:not([hidden])), preserving the desktop hide media query as an extra safeguard
  • remove var(--keyboard-offset) from fixed bottom positioning on .completion-bar, .hint, and .toast to avoid double-counting visual viewport movement on iOS
  • keep --keyboard-offset usage in document-flow spacing (.desk and related layout padding) so content still clears the keyboard
  • bump version to 0.9.1 and add a one-line changelog note

Validation

  • npm run check
  • npm test
Open in Web Open in Cursor 

Co-authored-by: Gene Dai <Digidai@users.noreply.github.com>
@Digidai
Digidai marked this pull request as ready for review August 16, 2026 23:58
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, add credits to your account and enable them for code reviews in your settings.

cursor Bot pushed a commit that referenced this pull request Aug 16, 2026
Co-authored-by: Gene Dai <Digidai@users.noreply.github.com>
@cursor
cursor Bot deleted the cursor/mobile-completion-bar-fix-b3b5 branch August 16, 2026 23:59
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.

2 participants