lvgl / lvgl

Embedded graphics library to create beautiful UIs for any MCU, MPU and display type.
https://lvgl.io
MIT License
15.6k stars 3.07k forks source link

Online simulator broken #6419

Open Viatorus opened 1 week ago

Viatorus commented 1 week ago

LVGL version

any

What happened?

Going to any simulator page linked here: https://sim.lvgl.io/ shows a page like this (firefox/chrome/mobile):

image

How to reproduce?

No response

kisvegabor commented 1 week ago

Thank you for reporting this issue!

We have launched our new website a few weeks ago and I thought the issue might be related to it. However I see only this error in the Console which looks like something else. image

@embeddedt do have a little bit of time to take a look at it?

embeddedt commented 1 week ago

@kisvegabor The simulators relied on https://lvgl.io/assets/bootstrap/css/bootstrap.min.css and https://lvgl.io/assets/bootstrap/js/bootstrap.min.js, which appear to be missing after the site redesign. Can these assets be put back, or do we need to edit the existing simulators to use Bootstrap from another source?

kisvegabor commented 1 week ago

Ah, thank you! As a hotfix I added bootstrap. However to avoid similar issues in the future, could we use bootstrap from CDN?