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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,21 +60,21 @@ The following controls are optimized for iOS and Android devices. All other cont
60
60
- Text input
61
61
- Toggle
62
62
63
-
[Learn how](.../maker/canvas-apps/controls/modern-controls/overview-modern-controls.md) to turn on modern controls.
63
+
Learn more: [Overview of modern controls and themes in canvas apps](../maker/canvas-apps/controls/modern-controls/overview-modern-controls.md)
64
64
65
65
## Unsupported controls
66
66
67
-
If a screen has an unsupported control, the screen will automatically revert to render with a web view.
67
+
If a screen has an unsupported control, the screen automatically reverts to render with a web view.
68
68
69
69
## Device-optimized properties
70
70
71
-
Some properties must be configured so they're optimized for devices. For example, consider the [barcode reader](../maker/canvas-apps/controls/control-barcodereader.md) control. The maker can select **Scan Inline** for the **Scanning mode** property. In Power Apps Studio, when this mode is selected, the control displays as a warning box indicating the control only works on mobile devices. On a device, in a screen optimized for devices, the control displays a camera feed to allow barcode scanning.
71
+
Some properties must be configured so they're optimized for devices. For example, consider the [barcode reader](../maker/canvas-apps/controls/control-barcodereader.md) control. The maker can select **Scan Inline** for the **Scanning mode** property. In Power Apps Studio, when this mode is selected, the control displays as a warning box indicating that the control only works on mobile devices. On a device, in a screen optimized for devices, the control displays a camera feed to allow barcode scanning.
72
72
73
73
## Known limitations
74
74
75
75
Note the following limitations with the 'optimize for devices' feature.
76
76
77
-
- The **Image** control, when showing an SVG, only supports the fit, fill, and stretch image position options. Its default behavior is to fit, if another option is selected. All other image types work as expected for all image positions.
77
+
- The **Image** control, when showing an SVG file, only supports the fit, fill, and stretch image position options. Its default behavior is to fit, if another option is selected. All other image types work as expected for all image positions.
78
78
- In the **modern Text input** control, the **Value** property, when set to a Power Fx variable, isn't displayed at first navigation. Instead, it shows the placeholder value until the user navigates away and back to the screen with the **modern Text input** control.
79
79
- In the **modern Text input** control, the **OnChange** property is called each time the user interacts with the control, instead of when navigating away from the control.
80
80
- In the **modern Text input** control, the **Validate state** property doesn't display a red border around the control.
0 commit comments