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/cards/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Power Apps cards are micro-apps with enterprise data and workflows and interacti
25
25
26
26
You can create cards with just a few clicks. There are no complex systems or services to deploy and maintain.
27
27
28
-
To get started, sign in to [Power Apps](https://make.powerapps.com). Select **Cards (preview)**, and then select **+ Create a card**.
28
+
To get started, sign in to [Power Apps](https://make.powerapps.com). Select **Cards (preview)**, and then select **+ Create a card**.[!INCLUDE [left-navigation-pane](../includes/left-navigation-pane.md)]
29
29
30
30
:::image type="content" source="media/overview/create-card-screen.png" alt-text="Screenshot of the card create page in Power Apps.":::
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/control-limitations.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,10 @@ In this article, learn about the general limitations of the controls used in can
26
26
27
27
-[Audio, and video controls](controls/control-audio-video.md) - see [Audio and video alternatives](controls/control-audio-video.md#audio-and-video-alternatives).
- On iOS, the camera control is supported in the Power Apps for mobile app. It's not supported within the browser or Teams Mobile.
31
31
- On Android, the camera control isn't supported in Teams Mobile.
32
-
- When using desktop browsers, the barcode scanner isn't supported. Use the Power Apps for mobile app.
32
+
- When using desktop browsers, the barcode reader isn't supported. Use the Power Apps for mobile app.
33
33
34
34
-[Container control](controls/control-container.md) - see [Container control limitations](controls/control-container.md#limitations).
35
35
@@ -55,7 +55,7 @@ Apps made with Power Apps in a Dataverse for Teams environment can't be opened o
55
55
56
56
### Limitations of specific controls
57
57
58
-
-[Barcode control](controls/control-new-barcode-scanner.md) - the barcode scanner control isn't supported in Teams Mobile.
58
+
-[Barcode control](controls/control-barcodereader.md) - the barcode reader control isn't supported in Teams Mobile.
59
59
60
60
-[Camera control](controls/control-camera.md) - the Camera control isn't supported in Teams Mobile. If you're creating a Power Apps app for use inside Teams, use the [Add picture](controls/control-add-picture.md) control instead.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/controls/control-barcodereader.md
+36-41Lines changed: 36 additions & 41 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Barcode reader control in Power Apps (experimental)
2
+
title: Barcode reader control in Power Apps
3
3
description: Learn about the details, properties and examples of the Barcode reader control in Power Apps.
4
4
author: anuitz
5
5
ms.topic: reference
@@ -15,35 +15,24 @@ search.app:
15
15
contributors:
16
16
- anuitz
17
17
---
18
-
# Barcode reader control in Power Apps (experimental)
18
+
# Barcode reader control in Power Apps
19
19
20
-
Scans barcodes, QR codes, and data-matrix codes on Android and iOS devices.
21
-
22
-
> [!IMPORTANT]
23
-
> - This is an experimental feature.
24
-
> - Experimental 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.
25
-
26
-
## Prerequisites
27
-
28
-
The barcode reader control is experimental and needs to be enabled to show up in the insert pane.
29
-
30
-
With your app open for [editing](../edit-app.md) in [Power Apps Studio](https://create.powerapps.com):
31
-
32
-
1. Open **Settings**
33
-
1. Select **Upcoming features** in the left-hand menu and select the **Experimental** tab
34
-
1. Turn on the **Barcode reader** setting
35
-
36
-
:::image type="content" source="./media/control-barcode-reader/barcode-experimental-app-setting.png" alt-text="A photo of the app setting for enabling the experimental barcode reader control.":::
20
+
Scans barcodes, QR codes, and data-matrix codes on Android, iOS, and Windows devices.
37
21
38
22
## Description
39
23
40
-
The control opens a native scanner on Androidand iOS devices. The scanner supports the following scanning modes:
24
+
The control opens a native scanner on Android, iOS, and Windows devices. On iOS and Android, the scanner supports the following scanning modes:
41
25
42
26
-**Automatically scan** – A barcode is scanned as soon as it's detected.
43
27
-**Select to scan** – The user can determine which of the detected barcodes to scan. The control doesn't support scanning in a web browser.
28
+
-**Scan multiple** – The user can scan multiple barcodes during the barcode session.
29
+
30
+
On Windows devices, the barcode reader will always **automatically scan**.
31
+
32
+
The barcode reader control supports different zoom levels and turning on/off the device's flashlight from within the scanning experience.
44
33
45
34
> [!NOTE]
46
-
> The barcode scanner control is supported on Androidand iOS devices. All other platforms will show a warning stating that some features of the app won't work.
35
+
> The barcode scanner control is supported on Android, iOS, and Windows devices. All other platforms will show a warning stating that some features of the app won't work.
47
36
48
37
## Key properties
49
38
@@ -57,10 +46,16 @@ The control opens a native scanner on Android and iOS devices. The scanner suppo
57
46
58
47
**BarcodeType** - The barcode type to scan. You can target multiple barcode types by concatenating them. Ex. `'Microsoft.BarcodeReader.BarcodeType'.Code128 & 'Microsoft.BarcodeReader.BarcodeType'.Code39`. **Default: Auto**
59
48
60
-
**Scanning mode** - Whether to `Automatically scan` the first barcode detected in view or to allow the user to `Select to scan`, which of the barcodes in view to scan.
49
+
**Scanning mode** - Whether to `Automatically scan` the first barcode detected in view, to allow the user to `Select to scan` which of the barcodes in view to scan, or to `Scan multiple` barcodes in a single session. On Windows, the barcode reader will always `Automatically scan`.
50
+
51
+
**Scanning quality** - The image quality the barcode reader scans at. A higher quality is good for small barcodes, but could lead to slow performance. On Windows, the barcode reader will always scan at the device's camera quality. **Default: Automatic**.
61
52
62
53
**PreferFrontCamera** - If enabled the barcode reader will default to using the front facing camera instead of the rear facing camera.
63
54
55
+
**BeepOnScan** - If enabled, the barcode reader will play a beep noise when a barcode is scanned.
56
+
57
+
**VibrateOnScan** - If enabled, the barcode reader will vibrate when a barcode is scanned.
58
+
64
59
## Additional properties
65
60
66
61
**Text** - Text that appears on the button that activates the scanner.
@@ -87,7 +82,7 @@ The control opens a native scanner on Android and iOS devices. The scanner suppo
87
82
88
83
## Accessibility guidelines
89
84
90
-
The same guidelines for the **[Button](control-button.md)** control apply to the **Barcode scanner** control because it's a button that launches the scan.
85
+
The same guidelines for the **[Button](control-button.md)** control apply to the **Barcode reader** control because it's a button that launches the scan.
91
86
92
87
### Visual alternatives
93
88
@@ -97,24 +92,24 @@ The same guidelines for the **[Button](control-button.md)** control apply to the
97
92
98
93
## Barcode Availability by Device
99
94
100
-
| Barcode Type | Supported on iOS and Android | Notes |
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/controls/control-barcodescanner.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The legacy barcode scanning control, which is obsolete but might be useful for s
23
23
24
24
## Description
25
25
26
-
The control shows the camera feed in the app so that users can scan barcodes on all devices. The control is obsolete because of poor performance, and the mobile **[Barcode scanner](control-new-barcode-scanner.md)** control replaces this control.
26
+
The control shows the camera feed in the app so that users can scan barcodes on all devices. The control is obsolete because of poor performance, and the mobile **[Barcode reader](control-barcodereader.md)** control replaces this control.
27
27
28
28
> [!NOTE]
29
29
> The web barcode scanner control is only supported on Microsoft Edge, Chrome, Firefox, and Opera browsers. All other browsers will show a warning that some features of the app won't work.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/controls/control-new-barcode-scanner.md
+16-5Lines changed: 16 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Barcode scanner control in Power Apps
2
+
title: Barcode scanner control (retired) in Power Apps
3
3
description: Learn about the details, properties and examples of the Barcode scanner control in Power Apps.
4
4
author: chmoncay
5
5
ms.topic: reference
@@ -16,16 +16,27 @@ contributors:
16
16
- mduelae
17
17
- chmoncay
18
18
---
19
-
# Barcode scanner control in Power Apps
19
+
# Barcode scanner control (retired) in Power Apps
20
20
21
-
Scans barcodes, QR codes, and data-matrix codes on an Android, iOS, and Windows device.
21
+
The legacy control for scanning barcodes, QR codes, and data-matrix codes on an Android, iOS, and Windows device.
22
+
23
+
> [!IMPORTANT]
24
+
> The barcode scanner control is retired as it is replaced by the [barcode reader control](control-barcodereader.md). While the legacy barcode scanner's existing functionality will continue to be supported in future versions of Power Apps, the barcode reader includes the latest improvements and should be used where possible.
25
+
26
+
## Prerequisites
27
+
28
+
The barcode scanner control is retired and needs to be enabled to show up in the insert pane.
29
+
30
+
With your app open for [editing](../edit-app.md) in [Power Apps Studio](https://create.powerapps.com):
31
+
32
+
1. Open **Settings**
33
+
1. Select **Upcoming features** in the left-hand menu and select the **Retired** tab
34
+
1. Turn on the **Legacy barcode scanner** setting
22
35
23
36
## Description
24
37
25
38
The control opens a native scanner on an Android, iOS, and Windows device. The scanner automatically detects a barcode, a QR code, or a data-matrix code when in view. The control doesn't support scanning in a web browser.
26
39
27
-
The new experimental [barcode reader control](control-barcodereader.md) supports additional barcode types and has additional functionality like selecting which barcode in view to scan.
28
-
29
40
> [!NOTE]
30
41
> The barcode scanner control is supported on an Android, iOS, and Windows device. All other platforms will show a warning that some features of the app won't work.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/how-to/create-app-barcode-scanner.md
+13-16Lines changed: 13 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,13 @@
1
1
---
2
-
title: Create a canvas app with the barcode scanner control (contains video)
3
-
description: Learn how to make a canvas app that uses the barcode scanner control.
2
+
title: Create a canvas app with the barcode reader control (contains video)
3
+
description: Learn how to make a canvas app that uses the barcode reader control.
4
4
author: joel-lindstrom
5
-
6
5
ms.topic: article
7
6
ms.custom: canvas
8
7
ms.reviewer: mkaur
9
8
ms.date: 01/27/2022
10
9
ms.subservice: canvas-maker
11
-
ms.author: vipare
10
+
ms.author: anuitz
12
11
search.audienceType:
13
12
- maker
14
13
search.app:
@@ -19,19 +18,19 @@ contributors:
19
18
- chmoncay
20
19
---
21
20
22
-
# Create a canvas app with the barcode scanner control
21
+
# Create a canvas app with the barcode reader control
23
22
24
-
The barcode scanner control in Power Apps lets you use your phone or mobile device to scan barcode from [various formats](../controls/control-new-barcode-scanner.md#barcode-availability-by-device).
23
+
The barcode reader control in Power Apps lets you use your phone or mobile device to scan barcodes from [various formats](../controls/control-barcodereader.md#barcode-availability-by-device).
25
24
26
-
Some of the common uses of barcode scanner control in a canvas app are:
25
+
Some of the common uses of barcode reader control in a canvas app are:
27
26
28
27
- An app to check in items like books into a collection
29
28
- An inventory management app that uses barcode to identify items
30
29
- An employee app to check in and badge scanning for security
31
30
32
-
In this article, we'll create a canvas app with barcode scanner and display scanned items in a gallery.
31
+
In this article, we'll create a canvas app with barcode reader and display scanned items in a gallery.
33
32
34
-
Watch this video to learn how to create an app with barcode scanner:
33
+
Watch this video to learn how to create an app with barcode reader:

69
-
70
67
1. From the **Properties** pane, set **X** property to "180" and the **Y** property to "1005".
71
68
72
69

@@ -121,9 +118,9 @@ Create a [blank canvas app](../create-blank-app.md).
121
118
122
119
1. Open the **Power Apps** app, and sign in.
123
120
124
-
1. Select and open the barcode scanner app.
121
+
1. Select and open the barcode reader app.
125
122
126
-

123
+

127
124
128
125
1. Select **Scan**, and scan any barcode label (for example, barcode label on a book).
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/northwind-install.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ This [solution](../../developer/data-platform/introduction-solutions.md) file (.
40
40
41
41
1. Sign in to [Power Apps](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), and then ensure that you're working in an environment that contains a Dataverse database.
42
42
43
-
1. In the left navigation pane, select **Solutions**, and then select **Import** in the toolbar near the top of the screen:
43
+
1. In the left navigation pane, select **Solutions**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)] Then select **Import** in the toolbar near the top of the screen:
44
44
45
45
> [!div class="mx-imgBorder"]
46
46
> 
0 commit comments