Closed Linkens closed 2 months ago
Hi @Linkens,
Could you please isolate the issue into a minimal reproducible example (i.e. only Mapbox map)? We recommend using https://jsbin.com/.
I fixed the issue by removing the scaling on my html.
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1" />
</head>
My map has numerous circles drawn, the click triggers about 1cm below the visual. I have no problem if I toggle the on desktop version on the same device. I tried @3.6.0 and @2.15.0 and I have the same behaviour. I hav no problem on my desktop, even if I toggle the "mobile mode" in my chrome dev tools.
I tried to isolate my map in a separate div but no dice.
I'm hosting the web site with asp.net core on linux, with a nginx web server.