Ferre
(Ferre Donné)
1
Hello,
Does this support Vaadin 23 with Java 17?
This code snippet is not working for me
ZXingVaadinReader zXingVaadin = new ZXingVaadinReader();
zXingVaadin.setFrom(Constants.From.camera);
zXingVaadin.setId("video"); //id needs to be 'video' if From.camera.
zXingVaadin.setWidth("350");
zXingVaadin.setStyle("border : 1px solid gray");
add(zXingVaadin);
Ryan100
(Ryan Pang)
2
It should work, may I have a look at your logs both back end and browser? Cheers, Ryan
Ferre
(Ferre Donné)
3
Hey Ryan
I managed to fix the problem, it was a local config error. Thanks for taking the time to reply!
Mariano22
(Mariano Poeta)
4
Hello, how did you manage to fix this?
Hi Ferre! What config error was that? I am having the same problem on vaadin23, how did you fix it? Please help…