-
### Description
I've this below code to receive barcode data from scanner. Scanning barcode does not accept Enter key press of the scanner and I've to press OK button to continue. This is very unpr…
-
Here is my code :
public partial class MainPage : ContentPage
{
public MainPage()
{
InitializeComponent();
}
private async void Scan_Clicked(obj…
-
I love the idea of the Blazor Hybrid and am actively trying it out.
The current preview is in two separate projects. A .NET Standard Library project that does all of the display (Xamarin and Blazor…
-
### Description
**Support to prevent soft keyboard on Entry field for Android, iOS, and UWP head projects in Xamarin.Forms.**
Currently, Entry field in Xamarin.Forms provides no functionality …
-
Below is the working code for an Android QR scanner. In iOS I tried different combinations of AutoRotate, TryHarder, TryInverted, DelayBetweenContinuousScans and DelayBetweenAnalyzingFrames but with n…
-
Hello.
Once I updated my device to iOS 15.4, I get the following runtime exception when trying to scan using the AVCaptureEngine.
I use the latest available stable version 2.4.1.
System.Excepti…
-
I'm testing the iOS version of my Xamarin.Forms app on my iPhone from Visual Studio 2019 and when the code reaches the point of calling the Scan method of the MobileBarcodeScanner object, the app cras…
-
Hi There
We are experiencing issues scanning barcodes oniPhone 12 Pro Max devices where the default camera has a longer focal point.
You have to move the device quite far away from the barcode t…
-
First off, thank you for the awesome package. Other than the issue I'm running into, it's been a real time saver!
I've got the ScannerView working well with v2.4.1 in my Xamarin.Forms app. On first…
-
My screen consists of 1/3 scan area and the rest is other layouts (buttons, images etc) i use the customOverlay property.Then, I start scanning but the scanning area seems to be stretched (in portait …