• Have you created a way to disable draggable on mobile? I’ve tried to incorporate code like this into the .js file. Is this something that should be done in PHP?

    var w = Math.max(document.documentElement.clientWidth, window.innerWidth || 0);
    
    var isDraggable = w > 480 ? true : false;
    var mapOptions = {
      draggable: isDraggable,
      scrollwheel: false
    };

    Great plugin! Thanks for any advice.

    Sincerely,
    ar100admin

    https://www.ads-software.com/plugins/wp-flexible-map/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable draggable on mobile/touch’ is closed to new replies.