-
Notifications
You must be signed in to change notification settings - Fork 7
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
Provide GO button on mobile #4
Comments
Hi @abrudz, Do you have any suggestions as to where the button should be on the screen? Edit: Do you think adding a floating purple button on the bottom right corner is a good choice? ![]() |
I don't see any better options, but why do we hide the single-line input field on mobile? |
That is true, I think the single line input field could also solve the issue. |
From what I could find, it is intentionally hidden on mobile devices. It was done in the initial git (GitHub) commit. Do we have any old git or svn history to find more information on why it was done? Lines 27 to 31 in 7cc020a
|
There was private history before then. @rikedyp might remember why we did this, but at this point, I think we can just always show it. |
Ah yes, I remember now. The mobile browser will hide the bottom of the screen with a keyboard. We really should implement on-screen keyboard ourselves… |
Ah okay! I will try to get it to be visible or add the circle floating run button as we discussed above. |
When hiding the single-line input field, replace it with a purple ▷ in the lower right, for mobiles without Enter
The text was updated successfully, but these errors were encountered: