SwiperJS Swiper Slider disable swipe on zoom but allow thumbnails to be clicked - swiper.js

Im trying disable the swipe functionality when the slider is zoomed, to make sure when the user drags the image to zoom, they are not going to trigger the swipe to the next or prev slide.
I tried to use allowTouchMove, but this only works on chrome, not on safari, firefox or edge.
Disabling prev and next slides on zoom works, with allowSlidePrev, allowSlideNext however when I click on the gallerys thumbnails it also disables clicks on there. Is there another way of disabling the swipe events, but allowing drag, and the gallery events being clickable?

I also tried this before, and found no clues in the docs.
Notice that it's in fact really hard to swipe to other slide when the zoom is enabled (at least in the v6.0.4). So only if the attempt is long and strong enough, the swiper will swipe.
So... I think that this is the desired behavior of the maintainers.

Related

Owl Carousel Enable Window Srcolling

When in mobile view using Owl Carousel (Version 2 ) some of my sliders take up near the whole screen.
The carousel uses touch to slide left and right fine however when doing so the user cannot scroll the page up and down which makes it difficult to navigate the to the rest of the page.
Is there a way so that while sliding the scrolling for the page is still active?
Seems i had the touch-action property set to none disabling scrolling and zooming etc when touching on the items within the slide. I had to remove the below although i don't think this is default and i added it in at some point for some reason that i can't remember.
.owl-item {
touch-action: none;
}

UICollectionView scrolling swipe direction on tvOS

I have a collection view in a tvOS project. The cells are fullscreen photos. The view has the default scrolling behaviour: in order to display the next photo, I have to swipe from left to right. This is completely opposite to the “natural” scrolling behaviour used elsewhere in the Apple ecosystem.
This behaviour (swipe left-to-right to display next) makes sense when there’s some apparent focus on the screen, but when there’s just the fullscreen content, it feels completely backwards. Is it possible to change it, swiping right-to-left to display next photo?
I have found a suggestions on the Apple Developer Forums to use UIPageViewController instead. That works, the scrolling direction is as expected.

Temporarily disable hot-corners and dock screen switching

I have a full screen borderless NSWindow that requires the user to move their mouse to the edges and the corners of the screen often. Unfortunately these movements can trigger the hot-corner actions as well as switching the dock to another screen.
Is there any way to temporarily disable this behaviour while the window is being shown?
It seems like the answer is 'not really' except if you capture all mouse events for the entire screen.
For a complete answer and possible solution, I leave you to Ken answer here : Disable (or filter) Hot Corners

interactiveGestureRecognizer and panGestureRecognizer together

I have problem. I want realize slide menu, but want keep swipe to back gesture. I add panGestureRecognizer to my View and I get undefined behavior in working app. When I swipe from edge, triggered then one or the other gesture. How can I control it or what I doing wrong?

Horizontal scrolling site

I have a horizontal scrolling site that uses jquery to reverse the mouse axis on the scroll wheel on the mouse. This works fine on every browser apart from safari. The address of the page with the scrolling is here: http://www.jamesbells.com/index.php?page=alias
Can anyone help - all I need is for the mouse wheel to scroll left and right when moved up and down.
Cheers
Jon
This could be another way to go with more customizations available.