Ignore touch event, it was generated for a different device size
-v 1.15 not recognizing my click as touch on screen
please help me

Ah, great, it was a good idea to add the log a973757fd141fc07ef81314d350bd4f4de64f59c
See https://github.com/Genymobile/scrcpy/issues/1518#issuecomment-655517010
The reason is that on some devices, the video encoder on the device does not respect the requested size, and we can't detect this change on the server side.
To avoid the problem, check the first lines in scrcpy output:
INFO: Initial texture: 1080x2336
INFO: New texture: 888x1920
And limit the size to what the encoder actually produces. Here:
scrcpy -m1920
(take the greatest value of the second line)
_(please post output as text instead of a screenshot)_
Then just run scrcpy -m1920 as I explained above.
Sorry!! And Thank you very much Sir.
Most helpful comment
_(please post output as text instead of a screenshot)_
Then just run
scrcpy -m1920as I explained above.