MartinP460 / react-denmark-map

Customizable plug-and-play map of Denmark for visual presentation🗺️
https://react-denmark-map.vercel.app/
MIT License
20 stars 4 forks source link

Demo on mobile doesn’t display map #52

Closed michaelromose closed 6 months ago

michaelromose commented 6 months ago

Description

On iOS safari, map is not displayed at all

Expected behavior

Using Safari on iOS latest, go to demo deployed on vercel. See map.

Actual behaviour

Map is not displayed

How to reproduce

  1. See above

Specifications

Additional context

Add any other context about the problem here.

MartinP460 commented 6 months ago

Thank you for reporting this! We're aware of it and working on solving it ASAP.

MartinP460 commented 6 months ago

The issue was that the SVG that renders the map requires explicit width and/or height attributes in some environments (.e.g. Safari) in order to render.

Thank you for reporting it again, it really means a lot!