matowens / ng-notify

A simple, lightweight module for displaying notifications in your AngularJS app.

Home Page:http://matowens.github.io/ng-notify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue on iOS

guylhermetabosa opened this issue · comments

Hi, i'm facing a scenario where the notification don't dismiss only on iOS systems, Desktop and Android works fine. When a make a request ngNotify starts without a definiton of time in .run block of code, and when the response gets I close the current notification with dismiss() and another one starts to inform the user about the response , so after 3.5s I call dismiss() function again using $timeout. What happens is that the first one notification don't dismiss and don't show the one with response.

I can't provide a demo because as inform, only occurs ond iOS systems. Any workaround?

[UPDATE]

Using sticky with no button and calling dismiss() manually after my promise gets resolved still happens the problem.

The problem somehow is related to Safari/Edge in request PUT, PATCH and DELETE. Closing!