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
Sometimes when dismissing the popup, the UI will become unresponsive. I think something might be covering it up (not completely Disposed() off in DismissAnimated) but I haven't been able to confirm. Can you shed some light?
I never got to the bottom of this. It seems that manual creation and
management of UIWindows is somewhat tricky. They're mainly intended for the
operating system itself to manage on its own. But I could be wrong. I just
remember reading lots of things back then (and observing during debugging)
that the UIWindow collection should not be messed with. Sorry I'm not more
help on this right now. Maybe I'll get back to looking at this again at
some point.
On Jun 11, 2015 10:30 PM, "Andres Sepulveda" [email protected]
wrote:
Sometimes when dismissing the popup, the UI will become unresponsive. I
think something might be covering it up (not completely Disposed() off in
DismissAnimated) but I haven't been able to confirm. Can you shed some
light?
—
Reply to this email directly or view it on GitHub #3.
Sometimes when dismissing the popup, the UI will become unresponsive. I think something might be covering it up (not completely Disposed() off in DismissAnimated) but I haven't been able to confirm. Can you shed some light?
This is how I'm calling the popup:
Sometimes I will programatically close it like:
The text was updated successfully, but these errors were encountered: