Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
-
Assignee Priority:P2
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
A new ACE component that leverages browser native notifications would be a popular and useful addition to ICEfaces. The component would shield app developers from writing and managing the Javascript themselves.
These notifications could be used in tandem with ICEpush, or just for app level notifications (in the same way ace:growlMessages is used now).
Since the user has to give permission for browser notifications we could even have this new component gracefully fall back to a built in toast/growl style if the user disallows native notifications.
https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API
These notifications could be used in tandem with ICEpush, or just for app level notifications (in the same way ace:growlMessages is used now).
Since the user has to give permission for browser notifications we could even have this new component gracefully fall back to a built in toast/growl style if the user disallows native notifications.
https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API
Added initial implementation for the Notification API based messages component.