- Screen Design:
- Create the screen that will work offline in Designer.
- Add images via the Image Library instead of the API.
- Do not use elements and actions that require the internet.
- Role Assignment:
- Go to the Properties panel of the Screen.
- Enable the Is Offline option.
- The relevant screen automatically takes on the Default Offline Screen role.
- Data Configuration
- Select the tables to be used offline.
- Download only the schema structure with the Schema Only option.
- Enable Enable Editing for tables that need to be edited.
- Platform-Specific Compilation:
- Export the application for iOS or Android.
- When the device loses its internet connection:
- The user is notified.
- The Offline Screen opens automatically.
By following these steps, you can ensure that your application provides a user-friendly and functional experience even in offline mode.