Skip to content

Commit 274cffa

Browse files
authored
Update canvas-mobile-offline-overview.md
1 parent 3267c34 commit 274cffa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ When you turn on the offline capability in your app, the app always runs offline
5959

6060
## Why using canvas offline over LoadData/SaveData?
6161

62-
The canvas built-in offline feature is in preview and doeesn't cover yet the full spectrum of the offline requirements. However, there are already some key benefits of using it instead of LoadData/SaveData Power Fx functions.
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 already some key benefits of using it instead of LoadData/SaveData Power Fx functions.
6363

6464
|Topic|LoadData / SaveData | Built-in offline |
6565
|---------|---------|---------|
@@ -72,7 +72,7 @@ The canvas built-in offline feature is in preview and doeesn't cover yet the ful
7272
|Image and file support| Yes, but may run into performance and memory limits |Not yet supported|
7373
|Optimized delta sync| No| Yes|
7474
|Conflict resolution |Manual |Automatic|
75-
|Local data store |Files |Transaction database|
75+
|Local data store |Files |Transactional database|
7676
|Automatically handles schema changes |No |Yes|
7777
|Fast app launch with large datasets |No |Yes|
7878
|Data size limit| Device dependent, 30-70 MB in most cases |Device dependent, up to the storage capacity of the device|

0 commit comments

Comments
 (0)