Hello,
I’ve been using Xibo with the Android client for a while, and now I’m trying to implement a new display with a RFID reader.
What I’m trying to do is to have a webpage open on the layout (which I designed previously) that has the input from a RFID reader as text. My RFID reader acts as a keyboard and writes the text + enter after reading a tag.
My problem is that the keyboard input by default doesn’t input the text in the webpage if I don’t click it previously with the mouse.
What I need to do is that the webpage region is active and recieving keyboard input when it loads so I don’t need to use a mouse to click on the webpage region every time it loads. Is it possible to do that?
Thanks