Skip to content

fix: eliminate keyboard inset lag by caching safe area insets#457

Open
christianjuth wants to merge 1 commit intomainfrom
claude/fix-keyboard-lag-X3pk4
Open

fix: eliminate keyboard inset lag by caching safe area insets#457
christianjuth wants to merge 1 commit intomainfrom
claude/fix-keyboard-lag-X3pk4

Conversation

@christianjuth
Copy link
Copy Markdown
Collaborator

No description provided.

Previously each keyboard show/hide event triggered an async
getSafeAreaInsets() bridge call before updating CSS variables, adding
a native round-trip on the critical path. Now we cache the last known
insets and call applyInsets() synchronously, so --ion-safe-area-bottom
updates immediately when keyboard events fire.

https://claude.ai/code/session_015FFzwNvFkSWLBhv6f68LGH
github-actions Bot added a commit that referenced this pull request May 5, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

Dependency Graph

Dependency graph — one node per top-level folder in src/

One node per top-level folder in src/. Generated by dependency-cruiser.

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