We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'm initializing the object with the following code:
gridster = $(".gridster ul").gridster({ widget_base_dimensions: ['auto', base], autogenerate_stylesheet: true, min_cols: 3, max_cols: 3, extra_cols:0, extra_rows:0, widget_margins: [5, 5], avoid_overlapped_widgets: false, resize: { enabled: false } }).data('gridster').disable(); $('.gridster ul').css({'padding': '0'});
But i'm still can drag and drop widgets on mobile browser (Tested on samsung device with default and chrome browser).
Any idea?
The text was updated successfully, but these errors were encountered:
You can try setting this
draggable: {ignore_dragging: true},
Sorry, something went wrong.
It did works. Thanks! @eldyvoon
No branches or pull requests
Hi, I'm initializing the object with the following code:
gridster = $(".gridster ul").gridster({ widget_base_dimensions: ['auto', base], autogenerate_stylesheet: true, min_cols: 3, max_cols: 3, extra_cols:0, extra_rows:0, widget_margins: [5, 5], avoid_overlapped_widgets: false, resize: { enabled: false } }).data('gridster').disable(); $('.gridster ul').css({'padding': '0'});
But i'm still can drag and drop widgets on mobile browser (Tested on samsung device with default and chrome browser).
Any idea?
The text was updated successfully, but these errors were encountered: