Исходный текст | Переводы |
---|---|
Enable to release Swiper events for swipe-to-go-back work in iOS UIWebView | |
Area (in px) from left edge of the screen to release touch events for swipe-to-go-back in iOS UIWebView | |
Enable to release touch events on slider edge position (beginning, end) to allow for further page scrolling | |
Passive event listeners will be used by default where possible to improve scrolling performance on mobile devices. But if you need to use `e.preventDefault` and you have conflict with it, then you should disable this parameter | |
Set to <strong>false</strong> if you want to disable resistant bounds | |
This option allows you to control resistance ratio | |
When enabled it won't allow to change slides by swiping or navigation/pagination buttons during transition | |
Set to <strong>false</strong> to disable swiping to previous slide direction (to left or top) | |
Set to <strong>false</strong> to disable swiping to next slide direction (to right or bottom) | |
Enable/disable swiping on elements matched to class specified in <code>noSwipingClass</code> |