essserrr/crt-terminal

Mobile Support

Opened this issue · 1 comments

Most of the functionality seems to work okay on Mobile, with one big exception: it seems like the backspace key just doesn't work. Anything that could be done about that?

(I realize that Mobile is not really the main target, but it'd be nice if it at least sort of worked).

The mobile device I was using was a Samsung Galaxy.

@acbart Better late than never.
Mobile in most of the cases doesn't provide info about a button pressed on virtual keyboard. So it is rather challenging to understand if backspace was pushed or not.
If info about button pressed is provided in some way, please let me know, I will add this functionality.

As a workaround I can suggest you adding backspace button directly into your user interface. So in Mobile user should click your backspace button instead of backspace button on their virtual keyboard