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

Closing pop-up while BackgroundInputTransparent is set to true #365

Closed
gabrielbunselmeyer opened this issue Sep 3, 2018 · 4 comments
Closed
Assignees

Comments

@gabrielbunselmeyer
Copy link

This isn't exactly a bug, more of a question as to how these features work.

I need the user to be able to click on elements on the background of the popup (which can be done with BackgroundInputTransparent just fine). However, I also need for the popup to close when an element is clicked.

Because BackgroundInputTransparent ignores clicks on the pop-up background and just passes them to whichever page is under it, OnBackgroundClicked isn't called, and so CloseWhenBackgroundIsClicked="True" doesn't work.

Any suggestions? Is there an event I can catch other than those coming from the elements being clicked (doesn't seem very practical)?

@eramirez3
Copy link

Hi, any solution?

@eramirez3
Copy link

eramirez3 commented Oct 27, 2018

Hi, I already solved, I created my own version.
[URL IS REMOVED]
Just download this file and create a local nugget repository

@gabrielbunselmeyer
Copy link
Author

gabrielbunselmeyer commented Nov 8, 2018

Hi, I already solved, I created my own version.
[URL IS REMOVED]
Just download this file and create a local nugget repository

Could you post your solution here instead of linking it? Easier to see and use as future reference.

rotorgames added a commit that referenced this issue Nov 22, 2018
…nBackgroundClicked was not invoked if BackgroundInputTransparent was true. See #365
@rotorgames
Copy link
Owner

rotorgames commented Nov 22, 2018

@gabrielbunselmeyer I have fixed this issue. You can get a night version from Development NuGet sources or just wait for new public stable version.

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

No branches or pull requests

3 participants