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
I would like to handle links (urls) in messages similar to how UITextView works in UIKit. I have a custom implementation of the message view.
If possible, how can you achieve this currently?
I can use UITextView wrapper for swiftui currently, but it doesn't work properly with the current setup of the chat.
I've also noticed there is a LinkDetectionTextView available inside SDK, but is not publicly available for use.
What would be the better way?
To have a native support within the SDK or to open up access to LinkDetectionTextView.
What are you trying to achieve?
I would like to handle links (urls) in messages similar to how UITextView works in UIKit. I have a custom implementation of the message view.
If possible, how can you achieve this currently?
I can use UITextView wrapper for swiftui currently, but it doesn't work properly with the current setup of the chat.
I've also noticed there is a
LinkDetectionTextView
available inside SDK, but is not publicly available for use.What would be the better way?
To have a native support within the SDK or to open up access to
LinkDetectionTextView
.GetStream Environment
GetStream Chat version: latest
GetStream Chat frameworks: StreamChat, StreamChatSwiftUI
iOS version: 17.x
Swift version: 5.10
Xcode version: 15x
Device: iPhone
Additional context
The text was updated successfully, but these errors were encountered: