You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I may be missing something. After a bing map renders, can I pass in different mapOptions and expect those to affect the map? For some reason changing disableScrollWheelZoom is having no effect on the map.
I'm no longer on the team/project using react bingmaps anymore, but maybe
flipping that extra setting is key. If you can't zoom with scrollwheel, as
a user, you need the zoom buttons to zoom instead right? I believe we had
the zoom buttons enabled.
I may be missing something. After a bing map renders, can I pass in different
mapOptions
and expect those to affect the map? For some reason changingdisableScrollWheelZoom
is having no effect on the map.I was able to demo this behavior in this code sandbox few weeks ago but my sandbox broke somehow between now and then.. (https://codesandbox.io/s/react-bingmaps-toggle-scrollzoomenabled-dldbp?file=/src/App.js:335-357)
The text was updated successfully, but these errors were encountered: