push notification in android
Can you send OS level notification using JavaScript?
Did you know that you can send OS level notification using JavaScript? The Web Notification API let’s you do just that! To send notifications, you have to follow two steps: β¨ Get permission from the user πΈ Invoke the Notification.requirePermission() method. This method returns a promise. πΈ If this is the first time this method is being called, the browser…
Read More »