12-17-2018, 06:24 PM
To do this you need to put an async timer on each form that might be open at the time and check for updates in that event.
Browsers do not support push notifications as it creates a lot of load on the webservers. There are JS libs to "hack" it but they have side effects. For now an universal compatibility, the timer is probably the best route but you will have to do it to each and every form that might be visible at the time and dont make the timing too short else you will also create a load for the server.
Browsers do not support push notifications as it creates a lot of load on the webservers. There are JS libs to "hack" it but they have side effects. For now an universal compatibility, the timer is probably the best route but you will have to do it to each and every form that might be visible at the time and dont make the timing too short else you will also create a load for the server.

