rhysmorgan134 / react-carplay

MIT License
381 stars 58 forks source link

Nothing happens when pressing Settings when using touch. #39

Closed iLightFPS closed 8 months ago

iLightFPS commented 11 months ago

Encountered a problem when using the touch that when pressing Settings it doesn't do anything. The button is pressable using touch and i can see the blue ish background but it doens't open the modal. Using the mouse however does open the modal.

Latest version. Ingcool 7" Touch. RPi 4b

mattkerrison commented 10 months ago

I noticed the same thing myself, running on Raspberry Pi OS 64 bit

rhysmorgan134 commented 8 months ago

fixed in the latest version

iLightFPS commented 8 months ago

@rhysmorgan134 Hey. Is there any workaround for the socketcan? Windows is not supported and id like to change some stuff on my main pc rather than removing my pi from the car etc. Don't like to code on smaller screens. I PANIC!!!

rhysmorgan134 commented 8 months ago

@iLightFPS I plan on making a Mac branch that removes the socketcan dependency and the functionality, however, when I am developing I clone the repo on the pi, and also on my Mac, and then set up auto deployment over ssh, so as soon as you save the file gets replicated on the pi.

I've been unsuccessful in doing conditional imports/package install that looks at the os.

iLightFPS commented 8 months ago

@rhysmorgan134 I forgot virtualbox existed xD I installed Debian and i can now do it that way. Then upload the files to my forked repo and get it on the raspberry that way.