I use CSS 3 and HTML 5 for websites displayed in XIBO. For scrolling a longer text I use CSS 3 @keyframes and animations instructions.
In different browsers it works fine, but not in XIBO client (XIBO runs on an actual windows system).
How can I analyze the problem, fix ideally my problem?
I reimplemented the code with jQuery. Same effect: Works fine on my browsers, but not in XIBO.
But I see one problem: Opening the webpage first time, it doesn’t start automatically. Reload it starts. This effects is sometimes, not always. I think this is the problem - starting automatically scrolling my text, i.e. call the implemented function. Being able to start up, it will work - I think at this moment.