-
-
Notifications
You must be signed in to change notification settings - Fork 233
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
[Feature request] Add command history navigation buttons for mobile devices #66
Comments
Do you have any recommendations on where to put these buttons or the dropdown? |
It will be nicer to persist command history across sessions. Saving it in PlayerPrefs will be fine. |
I am not planning to save history to PlayerPrefs at the moment but thank you for the suggestion. The thing with browsing command history like this on mobile devices is, after selecting the correct command history with those arrows, user will need to click the command input field and hit the Enter button. So the process is still not very user friendly. |
A dropdown list will be better. |
Selecting a command from dropdown will automatically execute it, I presume? |
Nice feature |
Command history is a nice feature. However, it is restricted to navigate with arrow keys, which is quite inconvenient on a mobile device. I've tried external keyboard connected to iPhone and it doesn't work either.
Adding two nagivation buttons will solve this issue. Moreover, a commad history list will be even better.
The text was updated successfully, but these errors were encountered: