🌄 Kotlin Multiplatform library for Compose Multiplatform, designed for seamless integration of an image picker feature in iOS and Android applications.
Apache License 2.0
241
stars
20
forks
source link
Feature Request: Add Listener for Picker Dismissal Without Selection #104
Description: We are successfully using the Peekaboo Image Picker in our project, but we currently lack a way to detect if the user closes the picker without making a selection. Specifically, we need a listener for scenarios where the user:
Presses the "X" button in the toolbar.
Swipes down to dismiss the picker.
Expected Behavior: A callback or event should be triggered when the picker is dismissed without an item being selected.
Use Case: This feature would help us track when users exit the picker without choosing an item, enabling better UX handling and analytics.
Description: We are successfully using the Peekaboo Image Picker in our project, but we currently lack a way to detect if the user closes the picker without making a selection. Specifically, we need a listener for scenarios where the user:
Presses the "X" button in the toolbar.
Swipes down to dismiss the picker.
Expected Behavior: A callback or event should be triggered when the picker is dismissed without an item being selected.
Use Case: This feature would help us track when users exit the picker without choosing an item, enabling better UX handling and analytics.
Thank you for considering this feature!