Skip to content

Commit 01ae9b7

Browse files
authored
Update optimize-for-devices-controls.md
1 parent 2ebb51e commit 01ae9b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,21 @@ The following controls are optimized for iOS and Android devices. All other cont
6060
- Text input
6161
- Toggle
6262

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)
6464

6565
## Unsupported controls
6666

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.
6868

6969
## Device-optimized properties
7070

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.
7272

7373
## Known limitations
7474

7575
Note the following limitations with the 'optimize for devices' feature.
7676

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.
7878
- 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.
7979
- 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.
8080
- In the **modern Text input** control, the **Validate state** property doesn't display a red border around the control.

0 commit comments

Comments
 (0)