themustafaomar / jsvectormap

A lightweight JavaScript library for creating interactive maps and pretty data visualization.
https://jvm-docs.vercel.app
MIT License
402 stars 82 forks source link

scroll issue on jsvectormap section for mobile #171

Open rahul-lg424 opened 1 month ago

rahul-lg424 commented 1 month ago

on mobile device when i try to continue the scrolling of the website for the particular section where i am use the jsvectormap through that particular user can't scroll it any solution present for it?

zanehow455 commented 2 weeks ago

Having the same problem. I noticed that the map element CSS contains a .jvm-container class whereby it has touch-action: none. By removing this CSS property, then I'm able to scroll through the map. Also, the map svg element has touch-action: none as well. You need to remove it as well.