You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently on mobile (Android Marshmellow using Chrome or Firefox) the javascript seems to run fine (there is a blinking cursor), but the field is not accessible to input and the keyboard won't appear for input.
The text was updated successfully, but these errors were encountered:
The problem as far as I can tell is that mobile keyboards only show up when a textbox has focus. Since josh emulates its own input for the shell, it's just listening to keypresses, but mobile browsers do not know that.
That makes sense. Looking over the code I can only come up with one possible solution (and it's hacky).
It might be possible to have a text input field in the foreground over the console that sets readline to active when focused. Meanwhile js would intercept the input and pass it to readline.
Currently on mobile (Android Marshmellow using Chrome or Firefox) the javascript seems to run fine (there is a blinking cursor), but the field is not accessible to input and the keyboard won't appear for input.
The text was updated successfully, but these errors were encountered: