jonek
jonek
@chrislong Thanks for the workaround! It saved my day using tsviz on Ubuntu 16.04.
In which way is this problem related to Tabris? Which code/app/demo are you using to display your photos?
This is a general Tabris problem. As clients have different resolution (scaling factor) a solutions would have to provide images in different resolutions on the server. For each client the...
@cretezy please share your efforts mentioned in https://github.com/eclipsesource/J2V8/issues/477#issuecomment-538503570 regarding the macOS and Windows platforms on this issue.
In Chrome every print attempt after the first one shows an empty page in the print dialog and logs this to the console: ``` [Violation] Avoid using document.write(). https://developers.google.com/web/updates/2016/08/removing-document-write print...
@pedrozasantaigo Surprisingly, creating a new `printd` instance seems to be indeed a successful workaround. I applied that workaround as well. My first guess was that the usage of `document.write()` (as...