rhysmorgan134 / react-carplay

MIT License
382 stars 58 forks source link

Duplicate touch entry #4

Closed vishalsrikanth closed 2 years ago

vishalsrikanth commented 2 years ago

While running the app on a touch screen display, it registers a duplicate touch entry while using the on-screen keyboard buttons on the app. Example: If I press ‘ae’, the text box shows ‘aaee’. Not sure if it is due to hardware incompatibility, but it does not happen when I use the matchbox on-screen keyboard in raspberry pi os outside the app or a usb keyboard inside the app. I followed the installation procedure in the readme. I am using the 2gb Raspberry pi 4 with the waveshare 7.9 inch touchscreen display.

rhysmorgan134 commented 2 years ago

Fully aware of this, it’s to do with onClick and onTouchStart event handlers. I have fixed it in my own jaguar app implementation, just need to do the same here.

rhysmorgan134 commented 2 years ago

This is now resolved in the jmuxer release