We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
reference: The Things Users Would Appreciate In Mobile Apps
The text was updated successfully, but these errors were encountered: