Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

See if you can change the keyboard on mobile #927

Open
jcubic opened this issue Apr 15, 2024 · 0 comments
Open

See if you can change the keyboard on mobile #927

jcubic opened this issue Apr 15, 2024 · 0 comments
Labels

Comments

@jcubic
Copy link
Owner

jcubic commented Apr 15, 2024

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

@jcubic jcubic added the feature label Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant