Drag and drop Scanner control to you screen
Use StartScanner action to open scanner, or set parameter IsAutoStart to True, and scanner will be opened when ready.
Use StopScanner action to stop scanner programmatically.
There are three events available for you:
Don't forget to reference public scripts and copy necessary css.
N.B! Known Issue:
Plugin scripts are public, but after you publish your application Outsystems cannot find those scripts in a public SCRIPTS directory (Outsystems issue). To workaround you should link the scripts as Required scripts to your screen, publish, then remove required scripts and republish again. Then Outsystems can see the scripts in public SCRIPTS directory.
Bug Fixing