kinesias
Results
2
comments of
kinesias
Now, I know why this is happening: it occurs when a document has CONFLICTs: if a document is in conflict mode, I get a white screen of death -- but...
if anyone still has this problem - converting the svg fontawesome icons to canvas elements fixes it for me. Here's the code: ``` const ratio = window.devicePixelRatio || 1; [...document.querySelectorAll("svg.svg-inline--fa")].map(svgElement...