PNotify is a JavaScript notification system, developed
by SciActive.
PNotify provides desktop notifications based on the
Web Notifications spec.
If desktop notifications are not available or not allowed,
PNotify will fall back to displaying the notice as a
regular, in-browser notice.
PNotify works on your phone and tablet. You can swipe notices away to dismiss them.
PNotify can provide non-blocking notices that allow the user to click elements behind the notice without even having to dismiss it.
PNotify can use Bootstrap or jQuery UI themes. Try out some of the readymade themes using the selector in the top right corner of this page.
PNotify is distributed under the Apache License, Version 2.0.
The first time you click one of these buttons, you will be asked to grant permission for this site to show notices. Then you can click them again to see the desktop notification.
If your browser doesn't support Web Notifications, or you deny permission to show them, you will only see regular in-browser notices. You can check here.
I'm the stack context where notices will be placed. I'm position: relative, so the notices will be positioned relative to me. My overflow is set to auto, so the notices won't show beyond my borders.
© 2011-2015 Hunter Perrin. All Rights Reserved.
Comments