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
popup shows but is never hidden. I got another popup which is dismissed via self.dismissPresentingPopup() from inside the view and that seem to work. But when I am trying to dismiss it from outside - it never gets dismissed.
because of dismissOnContentTouch: true it is dismissed by touching on content.
Any ideas ?
The text was updated successfully, but these errors were encountered:
Hey,
Not sure if it is a bug or I am doing something wrong.
I got this code:
popup shows but is never hidden. I got another popup which is dismissed via
self.dismissPresentingPopup()
from inside the view and that seem to work. But when I am trying to dismiss it from outside - it never gets dismissed.because of
dismissOnContentTouch: true
it is dismissed by touching on content.Any ideas ?
The text was updated successfully, but these errors were encountered: