2. Using Offline Screen

First, screen design is made. Then the Offline Screen role is given from the 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. The design should be able to work independently from the internet connection. For example, you cannot add the image added into the Image element to be used in the design from a Backend API. In other words, images in the Image Library should be used, not links.

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