How does text selection work in compose? I am tryi...
# compose
z
How does text selection work in compose? I am trying to make a thing to enable selection of an area that can be used in combination with a Canvas to enable selecting drawn elements. Has anyone done this or similar?
z
“How does it work” is a complex question that can probably only be answered by reading the code 😅 There aren’t public APIs for controlling
SelectionContainer
much at this time unfortunately.
z
Mainly just how everything comes together to make selection work. here seems to be everything related to text selection