LRSHRS

Results 3 comments of LRSHRS

I have the same problem. As a workaround you can use an if statement with the Tailscale status. ![image](https://github.com/user-attachments/assets/a51a5945-75cd-412f-8a04-95a3b4324ad6)

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