jor1k icon indicating copy to clipboard operation
jor1k copied to clipboard

On-screen keyboard does not appear on iPad, when accessing console on main site

Open socketpair opened this issue 8 years ago • 7 comments

So, I can see Linux booting on my iPad, but cannot interact with it.

socketpair avatar Oct 04 '15 19:10 socketpair

You have to click on the small field with the content "clipb." This is the only way I know to open the keyboard. If someone knows a better solution, I am open for suggestions. Maybe you can pretend to open a hidden text field when you click on the terminal.

s-macke avatar Oct 04 '15 19:10 s-macke

Why not to use textarea-based terminal? i.e. not canvas-based? Like jslinux have.

Also this: http://stackoverflow.com/questions/4609765/manually-triggering-the-iphone-ipad-ipod-keyboard-from-javascript

socketpair avatar Oct 04 '15 19:10 socketpair

As far as I know jslinux uses a

object and not a textarea. This is not editable as well. But he has also a textbox next to the terminal which is the equivalent of my "clipb.". At the moment I cannot load jsLinux to test. My ipad reloads the page all the time. To get rid of the canvas object is on my TODO list.

s-macke avatar Oct 04 '15 19:10 s-macke

I switched to a table based tty. I guess no difference :)

s-macke avatar Oct 07 '15 20:10 s-macke

http://www.cybelesoft.com/zscope/web-terminal-emulator.aspx

Seamlessly integrated with mobile touch keyboards. Additionaly, virtual keyboards could be launched when necessary.

It will be nice if you explore how they implement it.

socketpair avatar Oct 08 '15 06:10 socketpair

Or a better alternative open source one (HTERM) : https://chromium.googlesource.com/chromiumos/platform/assets/+/95f6a2c7a984b1c09b7d66c24794ce2057144e86/chromeapps/hterm/doc/faq.txt

Already used into our iOS app

ghost avatar Oct 08 '15 07:10 ghost

Or perhaps just include this virtual keyboard : http://mottie.github.io/Keyboard/docs/mobile.html

ghost avatar Oct 08 '15 11:10 ghost