Share Posted September 18, 2017 A quick question, I want to add and remove draggable functionality on element on resize so certain element can be dragged in mobile devices but not on destktop. What's proper way to do so? 1 Link to post Share on other sites
Share Posted September 18, 2017 @OSUblake has a nice boilerplate demo setup showing how to run JavaScript in response to media query updates: See the Pen vExQEy?editors=0010 by osublake (@osublake) on CodePen You should be able to do something similar and call Draggable's enable() and disable() functions for the appropriate sizes. https://greensock.com/docs/Utilities/Draggable/disable() 3 Link to post Share on other sites
Author Share Posted September 18, 2017 Thanks, I should have checked docs first. Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now