VBCS PWA offline issue
Summary:
Hello.
I have a PWA application, which I need to work offline for some actions that are triggering by buttons.
Content (please ensure you mask any confidential information):
I have noticed that when triggering the actions, at least once, in online mode. Later when I put my device in offline mode, the actions work correctly.
But if it is the first time that I open the app and use it from the beginning in offline mode, the actions do not respond and checking the console, it sends the following error:
Error description with offline mode.
Action btnCancelAddQty
Note: Actions do not invoke web services, they do not establish a connection to any other server, they only call Javascript functions or show notifications. In the previous example, it is simply a Call Component to close a "Dialog Component".