jQuery.scrollSections icon indicating copy to clipboard operation
jQuery.scrollSections copied to clipboard

Mobile

Open fnbns opened this issue 10 years ago • 3 comments

Is this working on mobile devices ?

fnbns avatar Feb 08 '15 15:02 fnbns

No for now. Just tested...

Krato avatar Feb 10 '15 08:02 Krato

I fixed it on mobile devices check my fork please.

sandrodz avatar Mar 08 '15 07:03 sandrodz

I reopen this issue that is not an issue. It is not working on mobile and I did not check sandrodz fork. But, as I don't want to make it working on mobiles and tablets (all devices we use finger to scroll), I modify the code like this :

$(function() { if ($(window).width() > 1280) { $('section.scrollsections').scrollSections({ createNavigation: true, navigation: true, });
};
});

Scrpit is launched only if device resolution is upper than 1280px.

Thank's for this plugin. Work nice.

gaetzone avatar Apr 27 '20 23:04 gaetzone