Capturable icon indicating copy to clipboard operation
Capturable copied to clipboard

Scrolling capturing not possible?

Open jayesh83 opened this issue 2 years ago • 4 comments

Shreyas, is it possible to capture entire lazyColum/colum of wrapping content (scrolling) in a bitmap instead of just capturing what is on the screen?

jayesh83 avatar May 02 '22 14:05 jayesh83

In case of LazyColumn, it's not possible to capture. Since you are aware that LazyColumn renders items when item has to actually render on the screen. But if that's only need, use Column.

PatilShreyas avatar May 07 '22 07:05 PatilShreyas

I am having the same problem. I am using a scrollable column as you said but the bitmap still contains only the part which is currently visible.

sac-rana avatar May 11 '22 13:05 sac-rana

changing to column still doesn't work, I've two Text() inside a column. It still captures only what's visible even though there's more content. Tried to make it scrollable too but no luck

jayesh83 avatar May 14 '22 11:05 jayesh83

I also can't find a solution to this problem, maybe could hope in the future.

xing634325131 avatar Sep 15 '22 08:09 xing634325131