muZZkat/NMRangeSlider

Slider was not smooth whith ViewDeck

Closed this issue · 3 comments

Hi Team,
Please help to investigate,
I used ViewDeck (https://github.com/Inferis/ViewDeck) in my application, and try to use NMRangeSlider in my app but the slider slide not smooth.

May be the slide gesture be conflicted.

Please advise!

The range slider does not use any gesture recognition so I don't think that would be conflicted.

Just a question, your not using a stepped range sider are you?

The slide gesture that I mean Slide event (touch begin, move, end).
I am using Point Feedback Slider.

Please advise!

I have solved the issue by setting property of ViewDeck (panningMode = IIViewDeckNoPanning;).
That code mean I disabled the panning behavior of ViewDeck.

Please close the issue.

Thanks for a great RangeSlider control.