Im looking for a way to prevent android coping the scan result to clipboard. From what I have found it can be done via Zxing preferences, but the problem is with intents I dont have much access to it. Any ideas how to deal with this?
@McOffsky, have you tried to use preferences_copy_to_clipboard parameter?
Hi @daserge how can I use this parameter? I dont know where to put, and didn't found any example. Thanks in advance!! Regards
@jorgeram I suppose you need to follow the steps at https://github.com/EddyVerbruggen/barcodescanner-lib-aar#steps-to-build-a-new-aar.
There is preferences.xml containing preferences_copy_to_clipboard.
It would be great if you could write your findings here.
Hi @daserge my problem was because my development is an Ionic Framework project (cordova / phonegap) and I am not familiar with Android Studio to modify and compile a new aar. Luckily after some try i got working by this way:
Thank you very much!
Regards.
Hi, i have the same issue, when i scan the QRCode, its content is copied to the clipboard.
Did you found a solution for this issue ?
This thread has been automatically locked.