Commit 929555a
committed
🐛 Fix terminal rendering issues on iOS Safari via DOM renderer
Switch ttyd's xterm.js renderer from the default WebGL/Canvas to the
DOM renderer using --client-option rendererType=dom.
WebGL rendering on iOS Safari is unreliable — it silently falls back or
produces garbled/invisible output. The DOM renderer trades a small
amount of rendering performance for broad browser compatibility.
Fixes #1016, #1026, #10271 parent c0830a5 commit 929555a
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
| |||
0 commit comments