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'm working on a page that shows a map similar to Geo Custom Demo.
The map projection takes a good chunk of the page's width and height.
This makes it super hard for users to scroll down to see the rest of the page because the map will intercept the wheel event.
Basically, to see the rest of the page, users need to scroll outside the map.
We thought of two solutions to this problem:
Use ctrl + scroll to scroll in the map, similar to what google maps do for embedded maps:
Disable wheel handler and only allow zooming by using the controls ( + / - / reset)
However, i don't think the @visx/zoom package supports either.
The text was updated successfully, but these errors were encountered:
I'm working on a page that shows a map similar to Geo Custom Demo.
The map projection takes a good chunk of the page's width and height.
This makes it super hard for users to scroll down to see the rest of the page because the map will intercept the wheel event.
Basically, to see the rest of the page, users need to scroll outside the map.
We thought of two solutions to this problem:
However, i don't think the
@visx/zoom
package supports either.The text was updated successfully, but these errors were encountered: