You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.