Loading external web-based quizzes on STM32-powered displays, anyone tried this?
Hi everyone,
I’ve been working on a small stm32 project that shows web-based content on a connected display, and I ran into an interesting issue when trying to load interactive pages. One example I was testing was the telenor quiz portal, which is basically an online quiz with dynamic content and scripts.
The problem is that when I try to load pages like this through a lightweight browser or embedded web view, parts of the quiz don’t render properly, and sometimes the page just hangs. I’m guessing it has something to do with heavy javascript, cross-domain requests, or how these sites handle dynamic loading.
I was wondering if anyone here has dealt with something similar when using stm32 devices with web views or networked displays. Are there recommended ways to make these kinds of interactive pages work more reliably, or do people usually simplify or proxy the content before showing it on embedded hardware?
Would love to hear how others approach this kind of setup.
