Enabling Offline Support

The Equo SDK provides a Java API method that allows developers to set up an html view that will show up when the application runs offline:

appBuilder
  .withUI("/")
  .addLimitedConnectionPage("noConnectionPage.html")

The SDK also provides an offline implementation that caches requests when the application is online, in order to serve them later when it runs offline. This is an experimental feature. Please, contact our support team if you want to test it and provide feedback.