Jump to content

pwa mobile app


neo4a

Recommended Posts

Would like to extend mobile UniGui app to pwa features like app icon and splashscreen (not interested in webworker feature for now).

Is there a chance to get it "native" instead of using "wrapper" pwa app embeding an UniGui app via webview?

Link to comment
Share on other sites

  • 4 months later...
10 hours ago, fredmontier said:

And how it works when session goes off-line ? 

There is a TitleButton with essentially a call to:

procedure TUniMainModule.DoRestartTimer(Sender: TObject);
begin
  UniSession.UniApplication.Restart;
end;

App is handling reconnecting, re-login and restoring previous view. For my purpusoses it works very well. Our (very known) user are instructed to press restart button...

Link to comment
Share on other sites

×
×
  • Create New...