-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add on-screen keyboard (mobile) #13
Comments
Cool idea! Could be handy for mobile users. Thanks for the feedback! |
@psayre23 The text inputs now autocomplete the octet, and backspace removes the entire octet. E.g. if you press |
Have you looked at simple keyboard you can display only keys and the change what is displayed, was able to quickly change their sandbox to only show the relative keys and then change the display to match. Haven’t tried to see if it replaces the mobile keyboards yet but might be promising. |
I think the problem with this still is when you a mobile phone it displays a full keyboard and you need to switch between alpha to numeric. It would be super convent to have a custom keyboard be displayed if it's a mobile site that only has the keys that are needed to display. So if on IOS you can download Keybuild (not free $3.99 - there maybe others) and you can layout your own custom keyboards here is what I did |
The game doesn't use all hexadecimal values. There are only 6 that are valid. This means we might be able to create a better UI on mobile.
I'm thinking something analogous to
<input type="tel">
but with the hex values instead:We could create a "steps"-like interface where you're taken to different screens to input buffer size, matrix, and sequences.
The text was updated successfully, but these errors were encountered: