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
My app shows the Push notifications to the user using $ionicPopup, but sometimes blocks the user interaction when displaying too many popups all together.
I made an example here on codepen to show you the result (click on the button)..
You will be able to close some of the popups, but then an overlay is preventing you to close all of them, or interact with anything else on the page.
I am coding a workaround on my app now..
I am using a wrapper function that calls $ionicPopup, and keeping state in a "popup queue", and displaying only one popup after another (instead of all together)...
Same here. Because of similar problems in previous versions we used the close() function together with a custom event to ensure all popup are closed on certain situations. Now the call "kills" the whole app, which means that no interaction is possible anymore.
Type: bug
Platform: all
My app shows the Push notifications to the user using $ionicPopup, but sometimes blocks the user interaction when displaying too many popups all together.
I made an example here on codepen to show you the result (click on the button)..
You will be able to close some of the popups, but then an overlay is preventing you to close all of them, or interact with anything else on the page.
link: http://codepen.io/Zorgatone/pen/GpEZdP
The text was updated successfully, but these errors were encountered: