nolimits4web / swiper

Most modern mobile touch slider with hardware accelerated transitions
https://swiperjs.com
MIT License
39.89k stars 9.74k forks source link

Attention! All issues are closed with release of new Swiper 3! #1092

Closed nolimits4web closed 6 years ago

nolimits4web commented 9 years ago

Note, that i have closed all issues with the release of Swiper 3. Which was rewritten from scratch, it has new API, new layout, compatible with different browsers, and has a bit different usage purpose. First of all, it is absolutely doesn't compatible with IE < 10 and Android < 4.

So, old closed issues are not really related to new Swiper, or outdated, or their authors doesn't provide more required information or dropped discussion.

Anyway, you may reopen your closed issue or create new one if it is actual for Swiper 3

cjjuice commented 9 years ago

Nice work! Looking forward to exploring 3.0!

lallmon commented 9 years ago

@nolimits4web I just started looking into implementing this earlier in the morning, are the API Docs linked in the README current to 3.x?

nolimits4web commented 9 years ago

@LucasKA Yes, everything is related to 3.x now. If you need to 2.x docs, you may found it here https://github.com/nolimits4web/Swiper/blob/Swiper2/API.md

Rikk commented 9 years ago

Will 2.x be discontinued?

nolimits4web commented 9 years ago

@Rikk yes

Rikk commented 9 years ago

Ok. I didn't follow the development of the new version and couldn't find in the site but I think it would be interesting for users to know: what improvements were made to the new version, what features are new¹ and which ones were removed? Maybe it could be added to readme or changelog, it would be specially useful for people thinking about upgrading. Thanks! ¹ Was hash-navigation plugin incorporated, right?

nolimits4web commented 9 years ago

@Rikk Hard to say like that, because it could be a long list:) As a quick review

Removed features:

Totally new features:

So, as you see, most of 2.x features are here, but reworked, improved and increased with new great things ;)

Rikk commented 9 years ago

Thanks for keeping the great work!

(Now we need MS to kill IE up to 9, so the web can evolve too...)

Taras-R commented 9 years ago

Thank you for continuous developing of such a good plugin. We are still using it to support ie9 but i agree that such browser must be forgotten in the past. Just one quick note - it works perfectly in Chrome and ie11, but in Firefox 35.0.1 mouse drag events are not working. I believe it is because of great update and can be fixed. Once again - thank you for your work.

nolimits4web commented 9 years ago

@Taras123 With 3.0.1 should work ok in FF. And here is info about Swiper 2 if you still use it https://github.com/nolimits4web/Swiper#swiper-2xx

knarfytrebil commented 9 years ago

I'm migrating from 2.7.5 to 3.0.1, and I am using Swiper on my Hybrid mobile application, which relies on the 'pull down to refresh' feature heavily. And it seems the demo of that is missing. And since I'm using backbone.js, I realize when used with listviews with backbone items with delegated touch events ( like tap ) the scrolling gesture on freemode, also triggers the 'tap' event easily.

solarcellsky commented 8 years ago

use this in head tags to work with IE9 or less

`<!--[if lt IE 10]>

<![endif]-->`

https://github.com/eligrey/classList.js