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

[Feature request] Add command history navigation buttons for mobile devices #66

Open
abcjjy opened this issue Jan 9, 2022 · 7 comments

Comments

@abcjjy
Copy link

abcjjy commented Jan 9, 2022

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.

@abcjjy abcjjy added the bug label Jan 9, 2022
@yasirkula
Copy link
Owner

Do you have any recommendations on where to put these buttons or the dropdown?

@abcjjy
Copy link
Author

abcjjy commented Jan 11, 2022

Do you have any recommendations on where to put these buttons or the dropdown?

1

@abcjjy
Copy link
Author

abcjjy commented Jan 12, 2022

It will be nicer to persist command history across sessions. Saving it in PlayerPrefs will be fine.

@yasirkula
Copy link
Owner

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.

@abcjjy
Copy link
Author

abcjjy commented Jan 12, 2022

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.

@yasirkula
Copy link
Owner

Selecting a command from dropdown will automatically execute it, I presume?

@abcjjy
Copy link
Author

abcjjy commented Jan 13, 2022

Selecting a command from dropdown will automatically execute it, I presume?

Nice feature

@yasirkula yasirkula added enhancement and removed bug labels Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants