Hi there,
a client has come back to us with a finding that we don't know how to deal with.
The ticket states that you can have the Universal GUI open in a tab al day long. If you get back to the GUI it could be that your session has timed out in the background. This only becomes apparant when you try to save the data you have just entered. Our application default back to a form in edit mode so people can keep on working as fast as possible.
What is the normal behaviour of the Universal GUI in this situation? Shouldn't it detect that it's session has expired and direct users to the login screen before users are able to interact with the GUI?
If now this might be a nice feature to have. Could be implemented by doing a callback to indicium when the focus on the browser tab changes (https://reactnavigation.org/docs/function-after-focusing-screen/).