neilenns / react-access-code-map

Access code map written using React
MIT License
0 stars 0 forks source link

Hide zoom buttons on mobile #81

Closed neilenns closed 1 year ago

neilenns commented 1 year ago

Looks like it is setting zoom control to false

neilenns commented 1 year ago

Do the ref trick on the map control with an event handler that checks the width of the display and hides or shows as necessary. Maybe in the ref handler use state to save the map object and then use a use effect on the window width