Textual library not working
Wasn't Textual supported? Why it is not working?

The UI renders correctly, but any touch to the UI crashes it and prints some ansi code. Textual would be really useful for touch UI applications on iPad. It would be perfect for a-Shell to support it.
I'm not sure what is happening. I'll have a look.
I found a bunch of issues.
The first was that textual uses a specific method to report cursor clicks, that was not used before. That is now fixed.
The second is that textual uses the tracemalloc module, and that module fails when loaded the third time. It'll take longer to fix that one.
Update: it is now fixed in TestFlight version 258.