Thank you.
Identified, working on a fix.
Thank you.
Identified, working on a fix.
New Blocks
This property forces encoder to use the specified shape
Accepted Values: NONE,SQUARE,RECTANGLE
Changes
Just a small question (I know I just can test it, but this goes quicker) if data matrix is possible now?
Yes, in APK , not sure about companion.
So I downloaded the extension but it doesnt seem to work for me.
I have this but it shows this error: /qr.png: open failed: EROFS (Read-only file system)
I am running android 11 on a s20 FE. Also If I want to create a barcode do I just change âQR_CODEâ to âBAR_CODEâ ?
You need to prefix external storage path which in your case is App Specific Directory.
So complete path should look like /storage/emulated/0/Android/data/package_name/files/qr.png
Simply no.
Bar Code is a collection of types like CODE_39 , CODE_93 , CODABAR , DATA_MATRIX , PDF_417 , AZTEC and many more.
I made a QR Generator application, when using the eagle version there is no problem, but after updating to Fenix, this extension canât generate a QR Code. is there a solution?
Post an APK.
I use sample from your project
Thatâs quite old version.
Update to latest version.
Ok, ill try⊠thank you
Iâve updated to the latest extension, but the QR Code still doesnât appear
Similar problem here:
Probably you can prefix file://
before the file path after getting file path.
Strange, it is working here:
Can you try loading that file in WebViewer?
I think the problem is not in the load picture method, but in generating the QR Code. Because after I generate it, a QR.png file appears in the gallery with an empty image
Maybe possible.
Can you post the newer APK then?
Yeah I can confirm the issue is somewhere.
Maybe any solution?
Note:
Before updating to fenix, I used this extension, and it worked normally. But today I compile using fenix, it doesnât work. Itâs not only this extension that doesnât work, but the QR Scanner (not the default scanner) canât work either.