I’m currently build testing, and I’m getting reports of touch not working. Every device that doesn’t work with touch is non-samsung so pixel devices and basically anything else.
I’m using the latest 2022.3.12, anyone else have this problem?
One person was able to get touch working by connecting a mouse.
We tried on a Pixel 6 and the touch position is returning negative values.
In short the center of the screen is (0,0) which based on documentation is not correct. This is not the behavior on my samsung device, it’s position aligns with screen resolution with bottom left being (0,0) and top right being the screen resolution.
So touch is working, but the positions are all wrong which is making the UI not work.