-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Optimize the GUI for a smartphone/tablet #970
Comments
It works pretty well on my iPad... |
Many thanks for these super helpful resources! Currently, we're working on gradually improving the tablet experience (mainly for iPad, which is the biggest target). Until now, we've been closely following VS Code's UX (because we're a small team, and they seem to have great UX talent). But supporting touch-based devices is already venturing beyond this (as to my knowledge, you can't install VS Code on tablets or Chromebooks, so we're now in more "uncharted" territory for a modern IDE). Smartphones are also a very important target, and will likely be the next form factor we tackle after tablet support is great. I personally feel the need to be productive with Gitpod on my phone (I've used Cloud9 like this before, and it's a must-have e.g. to do sysadmin or deploy quick fixes when on the go). I'm looking forward to better mobile support in Gitpod. |
WFIW i was working as a frontender for few months (i hated it so i focused on backend and this was around 7 years ago) and i'm former graphic designer so if you are going to making this UX decision open for contribution i would be willing to submit some ideas/mock-up and testing. |
Using an iPad Pro (11-inch) on iOS 13.2.3 with a physical keyboard: it’d be useful if the commandline prompt would not be hidden by the OS C&P toolbar. This applies after a couple of commands have been entered and the prompt is in the lower bottom area of the console. |
Another relevant issue: We should fix Apple Pencil support for Gitpod/Theia on iPad: eclipse-theia/theia#6389 |
Also, relevant update: You can now "install" Gitpod on iOS, and get a fullscreen experience, thanks to eclipse-theia/theia#7607 being fixed. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Currently gitpod/theia is very uncomfortable to be used from a smartphone
it's basically just desktop site view
i can add a new text, but then i can't remove it.
Using android keyboard for anything relevant to programming is uncomfortable to use since it doesn't have all the characters and getting them is usually pita unless FOSS alternative with custom layout is used.
Another issue with this is that the keyboard usually obstructs the whole screen making it difficult to see the code and autofill.
Some apps like termux (https://termux.com/) handles this scenario using additional GUI which works sufficiently most of the time
References
The text was updated successfully, but these errors were encountered: