I am working on a C++ Windows native application and I'm looking for an HTML engine to help with displaying data in the GUI.
After some searching, I came across Sciter, which seems like a good fit. However, I've noticed that it lacks complete CSS/JavaScript support: for instance, when trying to load the starting template from bootstrap 4, the app crashes. Additionally, while version 2 does load, there are rendering issues caused by various CSS loading errors.
Are there any ports of bootstrap available for Sciter or similar alternatives?