Availibility on mobile devices #3098
Replies: 2 comments 1 reply
-
Is it possible to make Operator Fabric into a Progressive Web Application? So that you can install Operator Fabric as an application, which also uses the native OS notification system. |
Beta Was this translation helpful? Give feedback.
-
To be available on mobile , we cannot use actual long polling mechanism as it does not work when we exit opfab . For mobile we need to send notifications even if application is closesd. One way of doing it is using push notification : https://web.dev/push-notifications-overview/ This is a normalize solution : https://www.w3.org/TR/push-api/ @quinarygio make a first test of push notification : see branch : https://github.com/opfab/operatorfabric-core/tree/push-notifications To be noted : Support on Safari (IOS) for web notification is really recent . |
Beta Was this translation helpful? Give feedback.
-
Today the ui can be used on a mobile phone but the notification mechanism is not useable , we need to implement the use of standard notification mechanism of mobiles devices.
An effort has to be done on the ui to have it fully compatible with mobiles device screen size
Beta Was this translation helpful? Give feedback.
All reactions