You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/functions/object-app.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Nobody wants to lose unsaved changes. Use the **ConfirmExit** and **ConfirmExitM
58
58
> **ConfirmExit** doesn't work in apps that are embedded in, for example, Power BI and SharePoint.
59
59
60
60
> [!NOTE]
61
-
> At present, these properties cannot reference controls on any screens besides the first screen if the **Delayed load** preview feature is enabled (which it is by default for new apps). If references are made, no error will appear while authoring, but the resulting published app will not load in any players. We are actively working to lift this limitation. In the meantime, you can turn off **Delayed load** in the File > App settings > Advanced settingsunder Preview features.
61
+
> At present, these properties can reference controls on only the first screen if the **Delayed load** preview feature is enabled (which it is by default for new apps). If references are made, PowerApps Studio doesn't show an error, but the resulting published app doesn't open in PowerApps Mobile or a browser. We're actively working to lift this limitation. In the meantime, you can turn off **Delayed load** in **File** > **App settings** > **Advanced settings** (under **Preview features**).
62
62
63
63
### ConfirmExit
64
64
@@ -73,8 +73,8 @@ The confirmation dialog box appears in any situation where data could be lost, a
73
73
- Closing the browser or the browser tab in which the app is running.
74
74
- Selecting the browser's back button.
75
75
- If the app is running in PowerApps Mobile (iOS or Android):
76
-
- Running the [**Launch**](function-param.md) function.<br>If you run this function in a browser, another tab opens (no data would be lost, so the **ConfirmExit** formula doesn't evaluate).
77
-
- Swiping to switch to a different app in the player.
76
+
- Running the [**Launch**](function-param.md) function.<br>If you run this function in a browser, another tab opens. (No data would be lost, so the **ConfirmExit** formula doesn't evaluate.)
77
+
- Swiping to switch to a different app in PowerApps Mobile.
78
78
- Selecting the back button on an Android device.
79
79
80
80
The exact look of the confirmation dialog box might vary across devices and versions of PowerApps.
@@ -116,4 +116,4 @@ In a browser, the confirmation dialog box might appear with a generic message fr
116
116
This dialog box appears if the user changes data in the Account form and then tries to close the app without saving those changes.
0 commit comments