Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrolling capturing not possible? #40

Closed
jayesh83 opened this issue May 2, 2022 · 6 comments · Fixed by #137
Closed

Scrolling capturing not possible? #40

jayesh83 opened this issue May 2, 2022 · 6 comments · Fixed by #137
Labels
enhancement New feature or request

Comments

@jayesh83
Copy link

jayesh83 commented May 2, 2022

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?

@PatilShreyas
Copy link
Owner

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.

@sac-rana
Copy link

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.

@jayesh83
Copy link
Author

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

@xing634325131
Copy link

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

@PatilShreyas PatilShreyas added the enhancement New feature or request label Oct 2, 2023
@PatilShreyas PatilShreyas linked a pull request Jan 25, 2024 that will close this issue
@PatilShreyas
Copy link
Owner

This issue has been fixed and released in version 2.0.0.

@dessalines
Copy link

Still doesn't seem to work. At least with .verticalScroll(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants