MapComplete icon indicating copy to clipboard operation
MapComplete copied to clipboard

New cursor doesn't match precise location picker (on mobile)

Open thibaultmol opened this issue 2 years ago • 2 comments

I think in the code there might be a mismatch between the viewport resolution and screen resolution. So (only on mobile) if you put the cursor at a clearly defined location and then try to create a new object, you'll see the location picker is slightly lower (because it's using the viewport resolution, which has a lower height. So doing that /2 will give a lower value.)

thibaultmol avatar Oct 18 '23 12:10 thibaultmol