Disable draggable on mobile/touch
-
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
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.