-
Good day guys. Is it possible to attach the "barcode-scanner-active" class to a custom HTML-element? I want to show the scanner in a 300x300 pixels div-block. I've tried the following: document.querySelector("#my-id")?.classList.add("barcode-scanner-active"), but no luck. |
Beta Was this translation helpful? Give feedback.
Answered by
robingenz
Oct 2, 2023
Replies: 1 comment 1 reply
-
The You might be looking for #79. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Uzenkov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
barcode-scanner-active
class just hides all webview elements. However, this class is only an example from the documentation (see Usage) and is not automatically provided by the plugin.You might be looking for #79.