Skip to content

See if you can change the keyboard on mobile #927

Open
@jcubic

Description

@jcubic

I have an idea for a new feature for jQuery Terminal

It would be nice if developer was able to change the keyboard depending on input he wants from the user.

If the developer of the app want email from the user, he should be able to force the change of the keyboard to email, for easier writing.

Here are supported keyboards:

<!-- Input Types for Virtual Keyboards -->
<input type="text">   <!-- default -->
<input type="tel">    <!-- numeric keyboard -->
<input type="number"> <!-- numeric keyboard -->
<input type="email">  <!-- displays @ key -->
<input type="url">    <!-- displays .com key -->
<input type="search"> <!-- displays search button -->
<input type="date">   <!-- displays date picker or wheel controls -->

reference: The Things Users Would Appreciate In Mobile Apps

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