jquery-flipster icon indicating copy to clipboard operation
jquery-flipster copied to clipboard

Initializing flipster with click set to false and then scrolling by gesture will enable click again

Open rmilesson opened this issue 6 years ago • 0 comments

My settings:

var flipster_settings = {
    itemContainer: 'ul',
    itemSelector: 'li',
    style: 'flat',
    spacing: 0.005,
    click: false
};

$element.flipster(flipster_settings);

As the title mentions. Scrolling by touch gesture will enable click-switching items again.

rmilesson avatar Aug 08 '18 09:08 rmilesson