I have a C++ Windows native application and I would like to have a HTML engine to display data in the GUI.
I found Sciter perfect for this, but it has a not complete css/js support: for example loading bootstrap 4 starting template make the app crashing; version 2 loads, but it does not render properly, because of a lot of css loading errors.
Is there any bootstrap porting available for Sciter (or some similar alternatives)?
Asked
Active
Viewed 704 times
0

GirkovArpa
- 4,427
- 4
- 14
- 43

Stefano Piovesan
- 1,185
- 3
- 19
- 37
2 Answers
1
Sciter doesn't support most of current css properties, it only supports a hand full of css3, You've got to find another way of coming up with a bootstrap layout.

hsemix
- 11
- 2
-
No browser supports all of CSS3. Sciter supports more-or-less all CSS you will ever need, even if the syntax isn't identical. – GirkovArpa Feb 06 '21 at 02:31
0
You could try Chromium Embedded Framework. Which is basically a embedded Chrome.

zhm
- 3,513
- 3
- 34
- 55