logoalt Hacker News

awonghyesterday at 8:34 PM2 repliesview on HN

How is ubuntu support for touchscreens these days?

How does it compare to an ipad in terms of fidelity / responsiveness, and for native-feeling integration with ubuntu?

I am, naturally, a bit skeptical that touchscreen UI would be any good in linux.


Replies

akdev1lyesterday at 8:43 PM

It supports them via libinput.

Everything around actually a Linux device with a touchscreen sucks.

Like on-screen keyboard will be inconsistent depending on the framework of the app.

comparing to iOS which was built from the ground up around that input method is simply not fair lol.

bigyabaiyesterday at 8:37 PM

> How is ubuntu support for touchscreens these days?

GNOME supports multitouch gestures, and the GTK4 toolkit is overall very touch-native. It strikes a nice balance between overpadded and touch-accessible, IMO: https://www.gnome.org/

(some of the newer Libadwaita widgets that GNOME is using: https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/wid... )

> How does it compare to an ipad in terms of fidelity / responsiveness

With Wayland, it's borderline identical.

show 2 replies