-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cancel event #165
Comments
@konradkluzniak there is no cancel event. Marking this one as a feature request |
Thank you Nick.
It's ever present and this means that this bottom nav overlaps camera that photo button.
And after photo is captured im doing this:
to show nav again, but when you press cancel, nav is still hidden, so CancelEvent would be helpful as i could show nav again, if user tap cancel... |
Or maybe there is any way just to remove this Cancel text ? Thank you. |
I've noticed that takePicture() catch exception is thrown when Cancel is pressed so my issue is resolved as i can use this catch to do what i need. Cheers. |
@konradkluzniak Thank you for sharing your solution with us. I am leaving this thread open for now, we will see how we can improve this functionality as soon as possible. |
Cancel Event
Hi. I'm trying to find anything in the docs that point me in the right direction but i'm unable to find anything, so i want to ask, if it's any way to capture an event when user tapped Cancel text instead of doing a photo ? Thank you.
The text was updated successfully, but these errors were encountered: