No items found.

Offline Screen

In cases where the internet connection is available, the transition to the online screen is not provided.

Only one offline screen role can be defined in a project.

1. Offline Screen Properties

  • The screen, which is given the offline screen role, works according to the device features. For example, you can turn on the camera on the screen, GPS can be received. However, it cannot be done because the Backend call is closed.
  • It is a role that only supports Android and iOS mobile applications and does not support Web.
  • Only Client side actions can be added to the screen given the offline screen role. Server side actions cannot be added.

2. Offline Screen Usage

Firstly, screen design is made. Then Offline screen role is given from Properties panel. iOS or Android is generated. When these applications are run on android or ios, when there is no internet connection, this screen automatically goes offline by giving Notification. The designed screen continues to work offline.

Since the designed screen works in offline role, its design should be in this direction. It should be a design that can work independently from the internet connection. For example, the image added into the Image element to be used in the design cannot be added from a backend API. In other words, images in the Image Library should be used, not with a link.

Also navigation operations should be manual. For example, an exit button should be added manually for exit operations in Offline screen.