Skip to content

Commit 3729dc1

Browse files
authored
Update optimize-for-devices-overview.md
1 parent 6f7eecf commit 3729dc1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

powerapps-docs/mobile/optimize-for-devices-overview.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,13 @@ There's no need to rebuild apps as makers can use all the familiar app building
3434

3535
## Enable screens to be device-optimized
3636

37-
Select **Settings** > **Upcoming features** > **Preview** > **Optimize for devices**.
37+
1. Select **Settings** > **Upcoming features** > **Preview** > **Optimize for devices**.
38+
2. Only use supported controls on the screen.
3839

3940
After this feature is turned on, you can find which controls are supported in the **Insert** pane by selecting the **Device optimized (preview)** filter. Learn more about [which controls are supported natively today](./optimize-for-devices-controls.md)
4041

42+
Screens made solely with device-optimized controls automatically render natively on Android and iOS devices. An app can have screens which are optimized, while some others aren't. This only depends on the controls chosen by the maker to create that screen.
43+
4144
## How screens are optimized for devices
4245

4346
For a canvas app running on Power Apps mobile, there are UI elements, their current state, and the related business logic. For example, on a screen you might have a button at position 0 with a width and height of 200 and 40 respectively and with fill color blue. The business logic, with Power Fx, lets you navigate the user to a different screen.

0 commit comments

Comments
 (0)