Skip to content
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

Android: Notification callback not being called when user taps on empty space outside of popup. #41

Open
AndrewSpalato-FGMNT opened this issue Sep 1, 2021 · 0 comments

Comments

@AndrewSpalato-FGMNT
Copy link

AndrewSpalato-FGMNT commented Sep 1, 2021

On NativeToolkit.ShowAlert ()or NativeToolkit.ShowConfirm(), the user can tap on the empty space outside of the popup, closing the popup.

On iOS, this doesn't occur as the user cannot close the popup by tapping outside of the popup window.

But the Action<bool> callback provided is not called when this happens.

Is there a way Unity can handle this event that the popup has been closed without the user selecting an option?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant