Selectable text #3645
Replies: 2 comments 9 replies
-
The only interactive text is Entry. We want widgets to indicate interactivity and Label doesn't encourage or indicate that action. This is not the default on GUI apps, it is only default on web based apps (and hybrids like Electron used in Slack). Happy to explore this further - but so far we've not seen a good solution. |
Beta Was this translation helpful? Give feedback.
-
I'm also looking for a solution here at some point, since I'm also building a chat app and it's important to me that users can select + copy message text out of chat bubbles. If there isn't something that makes it into the API by the time I'm looking to add this I'll probably end up making some weird fork of entry that removes all other functionality and keeps selection, but I'm a ways away from this being a priority. |
Beta Was this translation helpful? Give feedback.
-
Is it possible to make text selectable?
The 3 types of text that I'm aware of don't provide this functionality
This is a really useful functionality where there is human generate content. For instance I'm currently making a chat application and when a user types something the other participants in the chat maybe want to copy that text.
This is how copying text looks in slack would it be possible to implement that in fyne right now
Beta Was this translation helpful? Give feedback.
All reactions