Giter VIP home page Giter VIP logo

Comments (10)

sanvean avatar sanvean commented on August 22, 2024 26

Found this answer on Stackoverflow https://stackoverflow.com/questions/58001780/swipe-gesture-interrupts-uislider-control-in-ios-13-but-not-previous-ios-versio
so if it works for you give the OP on StackOverflow some credit!

If you add a panGesture to a RangeSlider as follows, the cancelTouchesInView = false should allow RangeSlider to operate normally.

let panGesture = UIPanGestureRecognizer(target: nil, action:nil) panGesture.cancelsTouchesInView = false slider.addGestureRecognizer(panGesture)

from rangeseekslider.

Oowomn avatar Oowomn commented on August 22, 2024 4

I'm facing same problem as well. In my case, my slider is embedded in a collection view cell. It cannot drag the handles smoothly. I found that, in iOS 13, the modally presentation is embed with a gesture automatically for pulling down to dismiss the view. I think this gesture is conflict with the collection view scrolling which stop the drag action of handles of the slider. My workaround is set the presentation from "Same As Destination" to "Full Screen".
image

from rangeseekslider.

dimitrow avatar dimitrow commented on August 22, 2024

is there any solution? I got the same problem

from rangeseekslider.

tejasdhanuka avatar tejasdhanuka commented on August 22, 2024

The same issue happened in my project as well. I am using this SDK in SwiftUI and rendering it on a sheet presentation. The handles are not dragging smoothly and causing the sheet to move up or down. I think the touch events are being registered by the sheet to move it up/down to dismiss it, the SDK needs to handle the touches on sheet properly. Any solution available with anyone?

from rangeseekslider.

santoshn547 avatar santoshn547 commented on August 22, 2024

The solution given by @sanvean worked !
Thanks

from rangeseekslider.

rollin-s avatar rollin-s commented on August 22, 2024

I also confirm that the solution by @sanvean worked !

It also work in every views that include scrolling. I had the issue in a scroll view, and this helped a lot !

from rangeseekslider.

SteveBlackUK avatar SteveBlackUK commented on August 22, 2024

+1 for @sanvean's suggestion!

from rangeseekslider.

philosopherdog avatar philosopherdog commented on August 22, 2024

Good one @sanvean !

from rangeseekslider.

saqibaliempg avatar saqibaliempg commented on August 22, 2024

The solution given by @sanvean worked !
Thanks

from rangeseekslider.

arwenGhafoor avatar arwenGhafoor commented on August 22, 2024

Found this answer on Stackoverflow https://stackoverflow.com/questions/58001780/swipe-gesture-interrupts-uislider-control-in-ios-13-but-not-previous-ios-versio so if it works for you give the OP on StackOverflow some credit!

If you add a panGesture to a RangeSlider as follows, the cancelTouchesInView = false should allow RangeSlider to operate normally.

let panGesture = UIPanGestureRecognizer(target: nil, action:nil) panGesture.cancelsTouchesInView = false slider.addGestureRecognizer(panGesture)

thanks worked forme

from rangeseekslider.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.