Skip to content

Commit 0cc62c4

Browse files
authored
Live publish
2 parents 6bdb4a5 + 1bd092c commit 0cc62c4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

powerapps-docs/mobile/canvas-mobile-offline-setup.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article explains how to set up mobile offline for canvas apps.
44
author: trdehove
55
ms.component: pa-user
66
ms.topic: quickstart
7-
ms.date: 05/16/2023
7+
ms.date: 06/01/2023
88
ms.subservice: mobile
99
ms.author: trdehove
1010
ms.custom: ""
@@ -57,7 +57,7 @@ Follow these best practices when building an app for mobile offline use:
5757

5858
- Identify the on-the-go scenarios that are functionally related, such as tasks that are performed by users who work in the field.
5959

60-
- Reduce the complexity of your app by limiting the amount of tables that need to be downloaded on a user's device. Sometimes it is better to have two apps instead of one.
60+
- Reduce the complexity of your app by limiting the number of tables that need to be downloaded on a user's device. Sometimes it is better to have two apps instead of one.
6161

6262
- Use views that are optimized for the experience rather than displaying a large set of data. For example, it is preferable to use the **My active accounts** view, rather than the **All accounts** view.
6363

@@ -71,7 +71,7 @@ Follow these steps to enable a table for offline use.
7171

7272
1. Sign in to [Power Apps](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
7373
2. In the navigation pane, select **Tables**.
74-
3. Select the table you want to enbable for offline use.
74+
3. Select the table you want to enable for offline use.
7575
4. Select **Edit**.
7676
5. Select **Edit table properties**.
7777
6. In the **Edit table** pane, select **Advanced options**. Then scroll to the **Rows in this table** section.
@@ -232,4 +232,6 @@ Switch(Connection.Sync,
232232

233233
- Items in a gallery may appear in a different order in an offline-enabled app if no [sort order](/power-platform/power-fx/reference/function-sort) is selected. Choose a sort order in the gallery control to ensure that the app behaves consistently in mobile apps and web browsers.
234234

235-
- Canvas apps that are in offline mode, do not yet support files or images. This means that if you are using a Dataverse table that has an image on it, it may create some unanticipated errors.  For instance, if you are using a gallery, you need to make sure that the template and the layout is not using images. 
235+
- Canvas apps that are in offline mode, do not yet support files or images. This means that if you are using a Dataverse table that has an image on it, it may create some unanticipated errors.  For instance, if you are using a gallery, you need to make sure that the template and the layout are not using images. 
236+
237+
- [Wrapped apps](../maker/common/wrap/overview.md) are not supported in offline mode.

0 commit comments

Comments
 (0)