Unplanned
Last Updated: 21 Jul 2022 20:56 by ADMIN
Created by: Jason
Comments: 1
Category: Barcode
Type: Feature Request
1

Hi Team,

We would love to be able to have support for placing a small logo in the middle of the QR code. Similar to the cross in the Swiss QRCode, but of our own design.

Thank you,

Jason

Duplicated
Last Updated: 24 Sep 2021 20:51 by ADMIN
Created by: Greg
Comments: 4
Category: Barcode
Type: Feature Request
4

Having the ability to generate barcodes is great, but having the ability to scan barcodes as well would make the control even better.

 

Greg

Completed
Last Updated: 22 Oct 2020 15:29 by ADMIN
Release R3 2020 SP1
Created by: Sébastien
Comments: 0
Category: Barcode
Type: Bug Report
1

the following XAML is used: 

<telerikBarcode:RadBarcode WidthRequest="200"
                           HeightRequest="100"
                           x:Name="barcode"
                           Value="1111111111111"
                           HorizontalOptions="Center">
    <telerikBarcode:RadBarcode.Symbology>
        <telerikBarcode:EAN13 AutoChecksum="False"
                                ShowText="True" 
                                Module="3"
                                SizingMode="Stretch"/>
    </telerikBarcode:RadBarcode.Symbology>
</telerikBarcode:RadBarcode>

Unplanned
Last Updated: 18 Jul 2019 11:05 by ADMIN

Currently, if the value contains longer text, the barcode is not expanding, just uses smaller points to accommodate it. 

In addition, the barcode does not take all the available space (with Stretch Sizing mode).