Skip to content

fix: prevent live text edge selection from turning pages#692

Merged
everpcpc merged 2 commits intomainfrom
codex/fix-live-text-edge-taps
Mar 24, 2026
Merged

fix: prevent live text edge selection from turning pages#692
everpcpc merged 2 commits intomainfrom
codex/fix-live-text-edge-taps

Conversation

@everpcpc
Copy link
Copy Markdown
Owner

Problem

Live Text selection near the left or right screen edge could still be interpreted as a tap-to-turn-page action when the user released the selection.

Approach

Tighten the iOS Divina tap-zone gesture handling so touches on recognized Live Text content always yield to VisionKit interactions instead of allowing page-turn taps through.

Scope

  • Update the Live Text gating logic in the Divina tap-zone gesture bridge
  • Remove the old action-specific branch that still allowed previous and next page taps

Validation

  • make build-ios

Prevent the Divina tap-zone bridge from treating Live Text interactions as page-turn taps.

When a touch hits recognized Live Text content, the tap-zone recognizer now yields instead of allowing previous/next page actions near the screen edges.
@everpcpc everpcpc merged commit 4dd0eb4 into main Mar 24, 2026
3 checks passed
@everpcpc everpcpc deleted the codex/fix-live-text-edge-taps branch March 24, 2026 07:50
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.

1 participant