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
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)?
The text was updated successfully, but these errors were encountered:
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)?
The text was updated successfully, but these errors were encountered: