LRSHRS
LRSHRS
I have the same problem. As a workaround you can use an if statement with the Tailscale status. 
Its far from perfect, but for my case ```gdscript if Big.subtract(global.total_cash, cost).isGreaterThan(Big.new(0)): [...] ``` I tried to fixed it with this: ```gdscript ## Equivalent of [code]Big < n[/code] func isLessThan(n)...
In my case backspace does not work on iOS too. The "terminal.onOutput" does not trigger a keypress at all. I'm using Flutter 3.27.2 with xterm 4.0.0