-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display multiple popups? #8
Comments
Thank you @Strate ! What do you mean by displaying more than 1 popup? Currently if you Do you want multiple popups to be stacked onto a single one, or just one-by-one filling up the screen? |
@carsonwah I want to display, for example, maximum 3 notifications, and next notification should hide oldest one. |
So, you dispatch 3 notifications. It goes like: show 1st -> few seconds -> hide 1st, show 2nd -> few seconds -> hide 2nd, show 3rd -> ... Something like this? |
show 1st - visible list: And all of them hides after some duration |
I see. Interesting. This is not a standard push notification approach on native platforms. The hardest part of this i guess would be handling the gestures from user. I will take it into consideration. Meanwhile, if you can help on this, you may open a pull request. Thanks a lot. |
@carsonwah is there any way of implementing this while disabling the gesture? |
@ManigandanRaamanathan Should be possible. Better to write a new component for this and let user choose. (though I think disabling the gesture will be a bit weird) Any PR is welcome. |
Hey!
Just found this awesome library, thank you for this!
Is there any way to display more than 1 notification popup?
The text was updated successfully, but these errors were encountered: