|
1 | 1 | ---
|
2 | 2 | title: Mobile offline for canvas apps (preview)
|
3 | 3 | description: Learn how to create canvas apps for use offline on mobile devices in Microsoft Power Apps.
|
4 |
| -ms.date: 08/25/2023 |
| 4 | +ms.date: 09/19/2023 |
5 | 5 | ms.topic: overview
|
6 | 6 | ms.component: pa-user
|
7 | 7 | ms.subservice: mobile
|
@@ -57,6 +57,26 @@ To get started with mobile offline, turn on the offline feature in your app and
|
57 | 57 |
|
58 | 58 | When you turn on the offline capability in your app, the app always runs offline-first, with or without an Internet connection. This functionality optimizes offline performance and creates a consistent experience for users as they change locations.
|
59 | 59 |
|
| 60 | +## Why use offline for canvas apps instead of LoadData/SaveData? |
| 61 | + |
| 62 | +Built-in offline support for canvas apps is in preview and doesn't support files and images and some Power Fx functions yet. However, there are some key benefits of using it instead of LoadData/SaveData Power Fx functions. |
| 63 | + |
| 64 | +|Topic |LoadData/SaveData | Built-in offline | |
| 65 | +|---------|--------------------|------------------| |
| 66 | +|Power Apps Studio support |Custom | Built-in| |
| 67 | +|Code complexity |Power Fx code complexity scales up with data complexity |No code| |
| 68 | +|Supported Power Fx functions | All | Partial (See limitations in the **Important** note near the beginning of this article.)| |
| 69 | +|App checker rules| None |Flag common configuration problems| |
| 70 | +|Offline or connectivity user experience | Not provided/custom only |Automatic| |
| 71 | +|Sync user experience or status |Not provided/custom only | Automatic| |
| 72 | +|Image and file support| Yes, but may run into performance and memory limits |Not supported| |
| 73 | +|Optimized delta sync| No| Yes| |
| 74 | +|Conflict resolution |Manual |Automatic| |
| 75 | +|Local data store |Files |Transactional database| |
| 76 | +|Automatically handles schema changes |No |Yes| |
| 77 | +|Fast app launch with large datasets |No |Yes| |
| 78 | +|Data size limit| Device dependent, 30-70 MB in most cases |Device dependent, up to the storage capacity of the device| |
| 79 | + |
60 | 80 | ### See also
|
61 | 81 |
|
62 | 82 | [Working with canvas apps offline](canvas-mobile-offline-working.md)
|
0 commit comments