Compose snapshots with keyboard open #1133
-
I've tried a few things, but really what I'm looking to do is capture the state of my composable when the keyboard is open:
Every time I capture the screenshot I see the cursor in the png, but the keyboard is still shown as hidden. Any ideas on how to capture this state? |
Beta Was this translation helpful? Give feedback.
Answered by
geoff-powell
Nov 21, 2024
Replies: 1 comment
-
You could try and capture a video APNG using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
geoff-powell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could try and capture a video APNG using
paparazzi.gif
. We did make a change for pending recompositions in the last 1.3.5 release to re-render on the first frame for snapshots which might also fix your issue.