Capturable
Capturable copied to clipboard
Scrolling capturing not possible?
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?
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
.
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.
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
I also can't find a solution to this problem, maybe could hope in the future.