Home > Net >  Is it possible to make a pop-up notification?
Is it possible to make a pop-up notification?

Time:08-19

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

Could I also do it? I hope so!

CodePudding user response:

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.

  • Related