Search code examples
htmlpopup

Is it possible to make a pop-up notification?


So I want to make a popup like this: enter image description here

Could I also do it? I hope so!


Solution

  • Yes, you can do it! This is Web Push Notification, you can learn more about it here.

    But self-implementing this one is kinda complicated, so I suggest you using service like Firebase Cloud Messaging or One Signal for easier configuration.