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/mobile/optimize-for-devices-controls.md
+5-23Lines changed: 5 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,23 +19,16 @@ ms.contributors:
19
19
20
20
# Optimize for devices (preview)
21
21
22
-
[This article is prerelease documentation and is subject to change.]
23
-
24
-
The **Optimize for devices** feature allows screens to render with platform-specific controls on Android and iOS devices. It increases the rendering quality and performance and allows people to use Android and iOS gestures.
25
-
26
-
You can turn on this feature in the app by selecting **Settings** > **Upcoming features** > **Preview** > **Optimize for devices**. After this feature is turned on, you can find which controls are supported in the **Insert** pane by selecting the **Device optimized (preview)** filter.
27
-
28
-
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.
29
-
22
+
For a screen to be optimized for devices, it must use controls that are supported natively. You can filter the control Insert pane to only show device-optimized controls.
30
23
:::image type="content" source="media/optimized-for-devices-control-filter.png" alt-text="The Insert pane is filtered to only show controls that are device-optimized.":::
31
24
32
25
> [!Important]
33
-
> - This is a preview feature.
26
+
> - This is a preview feature. Documentation is subject to change.
34
27
> - Preview features aren't meant for production use and may have restricted functionality. These features are available before an official release so that customers can get early access and provide feedback.
35
28
36
29
## Device-optimized controls
37
30
38
-
The following controls are available for screens that are optimized for devices. All other controls are currently unsupported.
31
+
The following controls are optimized for iOS and Android devices. All other controls are currently unsupported. A screen that has one or more unsupported control will automatically render in a web view instead of native UI. [Learn more](../mobile/optimize-for-devices-overview.md).
@@ -67,22 +60,11 @@ The following controls are available for screens that are optimized for devices.
67
60
- Text input
68
61
- Toggle
69
62
70
-
#### Turn on modern controls
71
-
72
-
Makers must complete the following steps to turn on modern controls and themes for an app.
73
-
74
-
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
75
-
1. In the navigation pane, select **Apps**.
76
-
1. Select an app.
77
-
1. Select **Settings** in the command bar.
78
-
1. In the **Settings** window, select **General**.
79
-
1. Turn on the **Modern controls and themes** option.
63
+
[Learn how](.../maker/canvas-apps/controls/modern-controls/overview-modern-controls.md) to turn on modern controls.
80
64
81
65
## Unsupported controls
82
66
83
-
If a screen is set for optimization for devices, but has an unsupported control, you see an error message in a box.
84
-
85
-
:::image type="content" source="media/optimized-for-devices-control-error.png" alt-text="The error that shows when an unsupported control is on a screen set to optimize for devices.":::
67
+
If a screen has an unsupported control, the screen will automatically revert to render with a web view.
0 commit comments