skip to Main Content

Html5 notifications click event after refresh is not working

I have the following test html with javascript, where the main interest is about notifications : <head> <title>Test Notifications</title> </head> <body> <div > <button style="margin: 0;position: absolute;top: 50%;left: 50%;-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);" onclick="askPermissionsAndSendNotification();" >Send Notification</button> </div> <script type="text/javascript" >…

VIEW QUESTION
Back To Top
Search