<!DOCTYPE html><html><head><meta charset="UTF-8"><style type="text/css">body { font-family: Monaco, Courier New, monospace; font-size: 12px; height: 100%; margin: 0px; margin-left: 5px; margin-top: 5px; } p { margin: 0; margin-left: 5px; } .ql-font-monospace { font-family: Monaco, Courier New, monospace; } .ql-font-sans { font-family: Helvetica, Arial, sans-serif; } .ql-font-serif { font-family: Georgia, Times New Roman, serif; } .ql-size-tiny { font-size: 0.6em; } .ql-size-small { font-size: 0.85em; } .ql-size-normal { font-size: 1.0em; } .ql-size-large { font-size: 1.4em; } .ql-size-big { font-size: 2.0em; } .ql-size-huge { font-size: 2.5em; } .ql-direction-rtl { direction: rtl; text-align: inherit; } .ql-align-center { text-align: center; } .ql-align-justify { text-align: justify; } .ql-align-right { text-align: right; }</style></head><body><p>I'm running Mint 19 or so in a VirtualBox VM. Does anyone know if it's possible to use a different renderer than whatever comes with Linux? I'm loading 12k lines of javascript into an HTMLViewer and it's not displaying right. I can load that file into FireFox and it displays OK. Further, the HTMLViewer communicates with Xojo using a WebSockets Server and I see the expected messages there - implying all is OK.</p><p><br></p><p>Under macOS, the macOS version of my app displays the HTMLViewer as expected without issue, mostly.</p><p><br></p><p>Under Win7/Win10 VMs, the Win version of the app had some difficulty with the HTMLViewer, but I eventually solved that by (1) telling it to use the IE11 renderer, and then (2) telling the IE11 renderer to render in IE11 mode and not in IE7 mode.</p><p><br></p><p>Are there any similar tweaks that can be applied to whatever renderer Linux uses?</p><p><br></p><br><br>-- <br>Cheers -- Tim</body></html>