neutralinojs / webview

A modified version of C++ webview for Neutralinojs.
MIT License
10 stars 1 forks source link

CSS Flex gap doesn't seem to work when running the app #19

Open VivekTRamamoorthy opened 2 years ago

VivekTRamamoorthy commented 2 years ago

Kudos to the developers. I got everything in my app working except for a minor CSS issue. The flexbox gap property doesn't seem to be working on the app whereas it works on the same browser userAgent that runs the Neutralino app.

The browser that the app seems to be running is "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko)" = $2 .

gap not working on the app: image

gap working on the browser: image

pegvin commented 2 years ago

Probably caused by the rendering engine, on browser rendering engines are quite good in applying latest css properties where as not in webview stuff