puter
puter copied to clipboard
Mobile Port?
Using some basic CSS and a little bit of Javascript, could you make the interface adapt to mobile devices? This would just require some small tweaks to the code, but would improve the OS a lot.
It adapts to my device pretty well.
It adapts to my device pretty well.
Are you in landscape, or portrait mode?
We could do better on mobile/tablets. It works but it's not optimized. I need to lay some foundation first before going all-in on smaller/touch devices.
One app that I noticed doesn't work on any device with an on-screen keyboard is the Terminal app.
One app that I noticed doesn't work on any device with an on-screen keyboard is the Terminal app.
Yeah that's a known issue. https://github.com/HeyPuter/phoenix/issues/18 On-screen keyboard input is sent differently to regular keyboard input, and the library the terminal uses doesn't handle that properly. But that library is open source so it should be fixable when someone finds time.
I'm closing this as this will be an ongoing project and not a one-off issue.