Closed bsrinath4839 closed 11 months ago
Hello, we cannot reproduce your issue from partial code. If you believe there is a bug, please create a Code Sandbox. Otherwise go to Discussions to get generic help with debugging your own application.
If you check in the provided video, the upper part of the map is going behind the address bar, and the markers are in the wrong location.
https://github.com/visgl/react-map-gl/assets/38185844/b2c2a1ba-b8b8-45ed-b02a-6e87822f064b
Hello, we cannot reproduce your issue from partial code. If you believe there is a bug, please create a Code Sandbox. Otherwise go to Discussions to get generic help with debugging your own application.
I have provided a video for your reference.
We cannot debug from a video. If you are unable to provide reproduction I'm going to close this issue.
We cannot debug from a video. If you are unable to provide reproduction I'm going to close this issue.
Found the issue.
Removing this from public/index.html is causing misplacement of the Markers
Here is sandbox. https://codesandbox.io/p/devbox/serene-benji-4vgptf?file=%2Fpublic%2Findex.html%3A6%2C7-6%2C93
The thing is I don't want this for my app.
Any Idea how to tackle this??
You can refer to mapbox's example for the correct meta tag to set. If you still have a problem with it, you should report the issue to mapbox-gl instead.
Description
Hi,
This is my code
In Mobile view, the Markers are not showing at the correct place. They are showing a lot below the actual location.
Expected Behavior
When I open in Desktop the Markers are at the correct place, even in Mobile Dimensions. But When I open it on my mobile those are in the wrong place.
I am expecting this to get resolved.
Steps to Reproduce
I have provided the code above, let me know if any mistakes in it.
Environment
Logs
No response