How to make it work with double click on touch screens?

Forums Wish List for WooCommerce How to make it work with double click on touch screens?

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #100270
    Pablo Pacheco
    Participant

    Hi Denzler,

    I just created a new filter for you. Please update the Pro plugin to version 1.9.2 and add this to your functions.php:

    add_filter( 'alg_wc_wl_toggle_item_events', function ( $events ) {
    	$events['touchscreen'] = array( 'dblclick' );
    	return $events;
    } );
    

    Let me know if it helps 😉

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.