PatilShreyas/Capturable

Problem trying to capture scrollable Column content

Closed this issue · 1 comments

I know this has been reported before, but I was confused by some comments that it works, as in my tests, it didn't. I'm trying to capture content from a scrollable Column, but only the visible part is captured.

The only workaround I have in mind and has worked for me is to wrap the Composable in a ScrollView with XML and then capture the ScrollView's contents, as in the old days. But for that I'd have to use Fragments and XMLs, and it's definitely not something anyone would want with Compose.

Anyway, thanks for the nice work on the library.

Code used: https://pastebin.com/yQF7NhgF

Screenshots:

screenshot_screen
capture