zxing-android-embedded icon indicating copy to clipboard operation
zxing-android-embedded copied to clipboard

scaner putting "I" at start

Open Miteshmakwana73 opened this issue 4 years ago • 1 comments

i am scanning one bar code and i don't know why it's putting "I" at start i am trying to scan this image but i am getting extra "I" in output WhatsApp Image 2020-04-08 at 10 45 30 AM

i am getting WhatsApp Image 2020-04-08 at 10 46 26 AM

i thought maybe barcode is wrong but then i try to scan with third party scanner app and it's not getting extra "i" in that app

this is my code


 <com.journeyapps.barcodescanner.DecoratedBarcodeView
        android:id="@+id/barcode_scanner"
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_alignParentTop="true"
        app:layout_constraintBottom_toBottomOf="parent"
        app:zxing_scanner_layout="@layout/custom_barcode_scanner"
        app:layout_constraintTop_toTopOf="@id/view19">

    </com.journeyapps.barcodescanner.DecoratedBarcodeView>

please suggest me what is wrong

Miteshmakwana73 avatar Apr 08 '20 05:04 Miteshmakwana73

Hi @Miteshmakwana73 , did you find any solution for this?

ishubhamsinghsp avatar Nov 04 '20 07:11 ishubhamsinghsp