Compose-Screenshot icon indicating copy to clipboard operation
Compose-Screenshot copied to clipboard

🚀📸 Screenshot Composables and convert to Bitmap or ImageBitmap on user action or periodically.

Results 3 Compose-Screenshot issues
Sort by recently updated
recently updated
newest added

Good day, i need to take a screenshot for complete scrollable screen, it is posible?, regards

My Code : ```@OptIn(ExperimentalMaterial3Api::class) @Composable fun SignaturePadExampleScreen( rootNavHostController: NavHostController ) { val signaturePadAdapter: SignaturePadAdapter? = null val screenshotState = rememberScreenshotState() val imageResult: ImageResult = screenshotState.imageState.value val context = LocalContext.current LaunchedEffect(key1...

I recently migrated my dependency injections to Hilt, and this is no longer working for me. I tracked the problem down to `ScreenshotExtension` line 70. It was failing with this...