Node-html-pdf: Still, flex isn't supported

Created on 29 Aug 2016  路  5Comments  路  Source: marcbachmann/node-html-pdf

Just noticed that the flex clause declared in CSS is still not supported; rewritten to -webkit-flex and problem solved. This issue is claimed to be solved here

Using v2.1.0, rMBP 15' 2012.

Most helpful comment

any solutions?

All 5 comments

any solutions?

This is clearly a PhantomJS issue, please look there for workarounds, I directly linked to one which can be used if you render your own pages.

Nice. I guess we can close this issue now.

try display: -webkit-flex;

{ flex: 1; } is still not working for me. I am stuck. I even have tried Autoprefixer CSS online
{ -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

Was this page helpful?
0 / 5 - 0 ratings

Related issues

OussamaRomdhane picture OussamaRomdhane  路  4Comments

tashikomaaa picture tashikomaaa  路  5Comments

Messilimeng picture Messilimeng  路  4Comments

vivekiyer114 picture vivekiyer114  路  5Comments

antiframes picture antiframes  路  4Comments