Daniele Baggio
Results
1
issues of
Daniele Baggio
``` // Sets QR message let par = { text: "" }; if (this.is_continuous_scan) { par['text'] = "Continuous scan enabled."; } this.TMA.showScanQrPopup(par); ``` Using TMA is there a chance to...