Wiktor

Results 11 comments of Wiktor

`$('input').click(function() { if ($(this).is(':focus')) { $.fn.pagepiling.setKeyboardScrolling(false); } })` This is the best solution. Hope it helps!

Hi @yurakhomitsky , the quick answer is no. But I have challenged lately similar problem and I have forked the repo and made some changes. You can check the diff...

@panoply this is super bad, if there is anything I can do in order to help you then please DM me on Twitter or send an email 🤙 This is...

Not possible at the moment using this lib. You need to write your own deletion logic https://stackoverflow.com/a/23631865/6110804 However, it would be nice to call Shopify.Webhooks.Registry.unregisterAll()

@brandonsturgeon I have paused the work on this due to higher priorities in other projects. I could go down with the count slightly but the further I went the more...

@jw-soh Hi, I did not find any issue with my current implementation. Everything loads just fine but I do not load anything from the backend as it violates the whole...

It's even worse when you have this setup: ``` modules: [Navigation, Mousewheel, FreeMode], direction: 'horizontal', slidesPerView: "auto", freeMode: { enabled: true, sticky: true, momentum: true, }, loop: true, centeredSlides: true,...