Closed davidbilik closed 1 year ago
I suspect this is expected - APIs like captureToBitmap will only capture what is displayed on the screen. But you should ask on a compose related forum to get the authoritative answer. See https://source.android.com/docs/setup/contribute/report-bugs, follow the androidx link
I have this class which we use as a base class for our screenshot tests
everything works fine, but if the composable's height is bigger than the device's height, the output bitmap is clipped to the device's resolution. Is there a way to capture the whole composable without this limitation?