Hi guys, thanks for Hudiy it's a nice project alternative for the old Openauto pro.
I installed it on my raspberry pi 4 model B with a waveshare screen that support multi-touch.
Problem :
On Android Auto google maps or waze, I can't pinch to zoom. The raspberry receives the multi-touch so the problem is probably on the applicative layer.
Do you have any idea to fix this ?
Multi-touch on android auto not working
Re: Multi-touch on android auto not working
Hello,
By default labwc emulates a mouse using touchscreen input. If that is enabled (enabled by default in labwc on Raspberry Pi), applications will receive mouse events instead of touchscreen events. You can disable this in $HOME/.config/labwc/rc.xml by changing mouseEmulation from yes to no in touch node
https://labwc.github.io/labwc-config.5. ... emulation=
Additionally, we recommend updating to version 1.6/2.2, where we have improved multi-touch support for the latest labwc.
https://github.com/wiboma/hudiy?tab=rea ... e#updating
By default labwc emulates a mouse using touchscreen input. If that is enabled (enabled by default in labwc on Raspberry Pi), applications will receive mouse events instead of touchscreen events. You can disable this in $HOME/.config/labwc/rc.xml by changing mouseEmulation from yes to no in touch node
Code: Select all
mouseEmulation="no"Additionally, we recommend updating to version 1.6/2.2, where we have improved multi-touch support for the latest labwc.
https://github.com/wiboma/hudiy?tab=rea ... e#updating
-
poissonpasne
- Posts: 3
- Joined: Sun Dec 14, 2025 3:17 pm
-
alex124.rh
- Posts: 125
- Joined: Thu Jul 31, 2025 9:18 am
Re: Multi-touch on android auto not working
What about for autobox? I thought the new carplay update was allowing multitouch for zooming in etc. I can’t seem to get it to work
Re: Multi-touch on android auto not working
Unfortunately, Carlinkit dongles do not support multi touch.alex124.rh wrote: Sun Dec 14, 2025 6:55 pm What about for autobox? I thought the new carplay update was allowing multitouch for zooming in etc. I can’t seem to get it to work
-
alex124.rh
- Posts: 125
- Joined: Thu Jul 31, 2025 9:18 am
Re: Multi-touch on android auto not working
no worries, i’ll reach out and ask if it’s planned in an update. have you spoke to them about this?