-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[Bug] Map not rendered in Safari with web inspector tools open #2503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You are not specifying any props to set the map center. What do you expect to see? Normally, a bug report like this is not actionable unless you also check:
|
Hi @Pessimistress, I expect to see neither a black screen or a white earth. This is a layout issue and I just found the root cause :
---> The correct issue is : On safari, when the map is displayed in full screen (100% width & height), the map is completely bugged when the web inspector tools is opened. |
Unfortunately I still cannot reproduce it with the information provided. I have tested with Safari + full screen + inspector tools open. I suspect it has to do with your particular dev environment and possibly extensions that you have installed. I'll keep this issue open in case anyone else experiences the same. As of this moment I don't see any evidence that your issue is caused by this library. |
Description
On Safari, maps from Mapbox have a lot of issues that make this package unusable :
Here is a very minimal MRE using Safari 18.3.1
Results with some different styles :
With
mapStyle="mapbox://styles/mapbox/dark-v9"
With
mapStyle="mapbox://styles/mapbox/standard"
:With
mapStyle="mapbox://styles/mapbox/streets-v12"
Expected Behavior
The map should work normally on Safari
Steps to Reproduce
Environment
Logs
No response
The text was updated successfully, but these errors were encountered: