Replies: 1 comment
-
|
This library does not detect if the user is resizing their window. Map resize can be the result of window resize and/or CSS change/animation. There is also no JavaScript API for "the user in the middle of resizing their window", as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use isZooming and isDragging in onInteractionStateChange because I only make API calls if the user is not in the middle of a zoom or a drag.
I'd love to know whether the user is in the middle of resizing their window as well, so I only make an API call when they're done resizing the window.
Beta Was this translation helpful? Give feedback.
All reactions