Problem with detecting input from Touchscreen

Hello All. Could you help me with my problem? I’m trying to detect the position of “click” from a mouse and from a touchscreen by similar settings.
I use these input settings


Also, I’m trying to write to the console position of “click”

DebugWrite(Touchscreen.current.position.ReadValue());

And it’s doesn’t work. But it works if I use a mouse click.
I’m checking it with Unity Remote on my phone

Unity Remote is currently not supported, but try enabling Window → Analysis → Input Debugger → Options → Simulate touch from mouse and pen

1 Like

Yes, Thank you. When I made the build on phone I realized that Input works.