ios: send from software keyboard #6

Open
buzzert wants to merge 1 commits from codex/ios-software-keyboard-send into master
Owner

Fixes #2.

Summary

  • Replace the SwiftUI multiline composer field with a small UITextView bridge.
  • Intercept the software keyboard Send return key and call the existing composer send action.
  • Preserve the growing composer behavior and existing send button fallback.

Verification

  • just build from ios/
Fixes #2. ## Summary - Replace the SwiftUI multiline composer field with a small UITextView bridge. - Intercept the software keyboard Send return key and call the existing composer send action. - Preserve the growing composer behavior and existing send button fallback. ## Verification - `just build` from `ios/`
buzzert added 1 commit 2026-05-02 23:39:53 +00:00
buzzert reviewed 2026-05-02 23:55:23 +00:00
buzzert left a comment
Author
Owner

The field is too tall and is causing a attribute graph cycle.

The field is too tall and is causing a attribute graph cycle.
This pull request has changes conflicting with the target branch.
  • ios/Packages/Sybil/Sources/Sybil/SybilWorkspaceView.swift
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin codex/ios-software-keyboard-send:codex/ios-software-keyboard-send
git checkout codex/ios-software-keyboard-send
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: buzzert/Sybil-2#6