RonnyWeiss / APEX-QR-Code-Scanner

This Region Plug-in is used to scan QR Codes. If any string has been detected an APEX Item can be set, Dynamic Action can be fired or JavaScript can be executed. Login for Demo is: user-demo / 123456@
MIT License
27 stars 11 forks source link

Show and Hide with DA. #20

Open robstermn opened 4 months ago

robstermn commented 4 months ago

I'm trying to hide the scanner_region on form load and then show when a page item is not null . When I implement this option I get the following error when I show the scanner?

Uncaught minimum size of 'config.qrbox' dimension value is 50px.

Velii commented 1 month ago

Hi all, i have also Problem. I want to scan more than 1 Element and i have many Textfields -> when get Fokus i open or hide the APEX QR Code Regions. The first is ok but the second one cant scan (i see the region but not this square for the scan). I tried with setItemValue and Executed Java Script but nothing. Any Ideas?