afriscic / BarcodeScanning.Native.Maui

Barcode scanning library for .NET MAUI
https://www.nuget.org/packages/BarcodeScanning.Native.Maui
MIT License
185 stars 33 forks source link

Entry edit exception from v1.5.8 #103

Open niza93 opened 1 week ago

niza93 commented 1 week ago

Hi, I'm using your package to scan QR-codes, it works fine, but I met one issue. When I'm changing float value bound to Entry I'm getting following exception:Java.Lang.IllegalArgumentException: 'end should be < than charSequence length' I'met this Issue on version 1.5.8 and 1.5.9. Version 1.5.7 does not contain this issue.

I guess this issue related to some Xamarin dependencies.

niza93 commented 1 week ago

I tried build and run project with dependencies from 1.5.7. It works without described issue.