You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: implement proper text selection using UITextView
Replaced SwiftUI Text with UITextView wrapper to enable full text selection
and copy/paste functionality. The previous .textSelection(.enabled) modifier
didn't work reliably, especially with custom URL handlers.
Changes:
- Created SelectableTextView using UIViewRepresentable
- Wrapped UITextView with isSelectable=true, isEditable=false
- Maintained all styling (font size, line spacing)
- Preserved link tap handling through UITextViewDelegate
- Now supports native iOS text selection gestures and copy/paste
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments