butlerx / wetty

Terminal in browser over http/https. (Ajaxterm/Anyterm alternative, but much better)
https://butlerx.github.io/wetty
MIT License
4.28k stars 672 forks source link

Android support #112

Closed RupankarGhosh closed 5 years ago

RupankarGhosh commented 6 years ago

It starts well on android with chromium browser.But I cannot input anything in browser terminal because the keyboard doesn't showed up.

Can I use the android default keyboard in browser here?I am not planning to buy an external keyboard port for this app.

hl2055 commented 6 years ago

I'm also looking into this. One possible way is to simulate a toggle-style keyboard.

josefernandez91 commented 6 years ago

I join the order that has support in android, in the browsers the keyboard does not appear to be able to write. Would you have an implementation date with this change? Excellent work tool

kajer commented 6 years ago

The version of htermall.js is old. between these two lines: this.screen.setAttribute('role', 'textbox'); this.screen_.setAttribute('tabindex', '-1');

add this:

this.screen_.setAttribute('contenteditable', '');

josefernandez91 commented 6 years ago

Here is the solution, in the comments they passed a file that proves it and works perfect https://github.com/krishnasrinivas/wetty/pull/49

butlerx commented 5 years ago

https://github.com/xtermjs/xterm.js/issues/1101 following xterm for supported sollution

butlerx commented 5 years ago

close in favour of #18