framework7

Open full view…

Disable slider's slide

Pontus Espe
Wed, 24 Sep 2014 07:44:02 GMT

I want to disable the slider's slide. But it wont work. I tried with the code belove: --- $('.slider-slide').on('touchstart', function (e) { e.stopPropagation() }); ---

boynet
Wed, 24 Sep 2014 07:52:19 GMT

look at github last commit https://github.com/nolimits4web/Framework7/commit/fbe0caffb4a8f82bb9a1ba3f46a0bdd9465b2745 you can download the latest ver from github and built the last version

Pontus Espe
Wed, 24 Sep 2014 13:49:11 GMT

Oh, great! Thank's :D