PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Touch/tap not working on Desktop (Surface/touch laptops)

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hi,

Nice plugin! I've a problem that i can't find the solution:

Touch/tap is works if using a mobile phone, but not on desktop (Surface Laptop).

Toogle is working, only radio inputs and labels do not.

Would appreciate if you could help.

Thank you,
Diogo Melo

Possibily i found the awnser?:

this line (31) extracted from icheck.js:

_mobile = /ipad|iphone|ipod|android|blackberry|windows phone|opera mini|silk/i.test(navigator.userAgent);

 

Should i add the following:

if (window.navigator.msPointerEnabled && navigator.msMaxTouchPoints > 0) {
  // functions here
}

Source code link:
https://stackoverflow.com/questions/35168597/how-to-detect-only-microsoft-surface-tablets-using-javascript-jquery


How should i edit the code?

Hello

try  in  file  -\wp-content\plugins\woocommerce-products-filter\index.php

Add  this  code - https://c2n.me/43E9YIT.png

if (window.navigator.msPointerEnabled && navigator.msMaxTouchPoints > 0) {
icheck_skin = 'none';
}