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
Hi,
first of all, thanks for the amazing implementation of fullPage in R!
I'd like to have a slide with a fullpage map where scrolling does not zoom but scroll to the next slide. To avoid zooming, I set the leaflet options. But scrolling to the next slide does not work. Is there any workaround?
Yes this is a recurring issue because it's not clearly documented. You can keep scroll from switching page/slide with an option: specify the id (probably fmap in your case) of the element to said option.
Dear John, thanks for your fast response and your support.
I am not sure if your example meets my problem, as I understand that in this example scrolling is prevented for some elements while I would like to activate it for the map. I have a full page map (with disabled zooming) and I would like to scroll to the next page with my mouse wheel. I have edited my example code above to a full working example. I hope you will see, that sometimes scrolling in the map is working, but as soon as I "hit" a label in the map or click somewhere on the page, the mouse wheel is not scrolling anymore.
Apologies, I misunderstood your question. I'm not sure how to solve this as it seems to be on tmap's side, zoomControl = FALSE disables the scroll completely.
Hi,
first of all, thanks for the amazing implementation of fullPage in R!
I'd like to have a slide with a fullpage map where scrolling does not zoom but scroll to the next slide. To avoid zooming, I set the leaflet options. But scrolling to the next slide does not work. Is there any workaround?
Thanks a lot!!
Here is some example code:
The text was updated successfully, but these errors were encountered: