Hello, I’ve a Samsung OH55A-S that I am testing xibo on with a trial.
I can get it to show the default page, or a simple self created page on the display,
But any self created layout with a website (which is our goal) just shows a black screen. A previous layout with just images that did show before, just becomes blank when a website is added.
I dont think that this is a Tizen issue as the preview in the xibo website even does not work
Tizen is a web based platform, so when Xibo loads a webpage, we do so in an iframe (as we also do in the preview from the CMS). The black screen is most likely due to headers being issues by your local website which prevent that site from being in an iframe.
If you open developer tools with the preview open in the CMS, any such errors would be logged in the console (either CORS or X-Frame-Options or CSP).