Open
Description
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 -->
Activity