jchautreux

Results 1 comments of jchautreux

and for the android native browser, the goTo method must be updated with this (in replacement of the onEndEvent): ``` this.$dom.slider.on(endEvent, function() { self.$dom.slider.off(endEvent); if( oldTransition !== '') self.$dom.slider.css(prop, oldTransition);...