peekaboo icon indicating copy to clipboard operation
peekaboo copied to clipboard

🌄 Kotlin Multiplatform library for Compose Multiplatform, designed for seamless integration of an image picker feature in iOS and Android applications.

Results 41 peekaboo issues
Sort by recently updated
recently updated
newest added

Kindly add support for file picker

I'm not sure if this is a bug, but it looks a little strange. I use the camera to take a photo, and then upload the resulting bytearray to the...

this doesn't work on android 11 and above Doesn't work on all devices

bug

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

### android Get Surface from [SurfaceView](https://developer.android.com/reference/android/view/SurfaceView?hl=en) to render OpenGL ES content ### iOS Leverage [MTKView](https://developer.apple.com/documentation/metalkit/mtkview) for rendering camera previews using [Metal](https://developer.apple.com/documentation/metal/).

enhancement

By the way this library has compression file when take singleImage like this: ``` singleImagePicker = rememberImagePickerLauncher( selectionMode = SelectionMode.Single, scope = coroutineScope, resizeOptions = ResizeOptions(compressionQuality = 0.5), onResult =...

question

Hi when take picture front camera, how to remove reflection camera?

question

I have seen the code permission is not yet allowing it just show page error show need permission. why do not have runtime permission ?