asny / three-d

2D/3D renderer - makes it simple to draw stuff across platforms (including web)
MIT License
1.29k stars 109 forks source link

MousePress event not accurate when use with touch sreen #390

Open adezukZ opened 1 year ago

adezukZ commented 1 year ago

I touch blue point but it get pick on red point another location Screenshot_20230806_210001_Via

asny commented 1 year ago

I think it's due to #338. If the viewport is wrong, picking will also be wrong.

adezukZ commented 1 year ago

I think it's due to #338. If the viewport is wrong, picking will also be wrong.

It seem each mobile have different wrong point

asny commented 1 year ago

Are you testing on native mobile or web mobile?

adezukZ commented 1 year ago

on web mobile

Are you testing on native mobile or web mobile?

huand commented 9 months ago

i just did a few test @adezukZ if you are still interested to investigate