Skip to content

Set terminal readonly with keyboard present in Virtual Keyboard demo on Mobile #449

Open
@kuzmanzs

Description

@kuzmanzs

Keyboard is very cool 3rd party lib.
If I use together with terminal on Android smartphone when I press a key default input keyboard pops up. Therefore keyboard is not really usable for inputting.
How can I disable input from keyboard/Android input keyboard and only accept input via keyboard event?
I tried

if (Modernizr.touch) {
 			  $('#term').attr('readonly', 'readonly');
			}

but it does not make what I want.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions