Question InAppNotification - Stackmode and Dismiss Issue #4485
Unanswered
santipro182
asked this question in
Questions & Help
Replies: 1 comment
-
@santipro182 5.0 is pretty old, I know we've fixed some issues in this space in the past. So I'd try updating to a newer version of the toolkit first. You may also want to check out the new behavior we're adding on top of the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm sending a notification with InAppNotification.Show("message",3000) and then another one with different content but same duration. I have set up a stackmode of queuebehind, the second notification is never "autodismissed" with the duration set up in the Show and I have to manually dismiss it.
Have you seen anything like this? Any idea what could be the problem?
Extra information:
I'm using 5.0 version.
I've tried with more than 2 notifications too to see if it was always the second one that I had to dismiss manually and found out that I have to dismiss all the pair numbers (2,4,6...)
Beta Was this translation helpful? Give feedback.
All reactions