SwipeView icon indicating copy to clipboard operation
SwipeView copied to clipboard

Virtually infinite loop-able horizontal carousel

Results 50 SwipeView issues
Sort by recently updated
recently updated
newest added

error on `214` line "this.wrapper.style"

Swipeview doesn't work when swiping out of container in inline example. Also doesn't work if Swipeview is placed in iframe and user swipes out of iframe. Tested in Chrome Version...

I know, I know..... but we have been tasked with making a legacy app support IE 9. SwipeView appears to load up the initial 3 pages, but then just infinitely...

LINE 187: /(^|\s)swipeview-loading(\s|$)/.test(className) || (this.masterPages[i].className = !className ? 'swipeview-loading' : className + ' swipeview-loading'); ^ Expected an assignment or function call and instead saw an expression. Line 419: /(^|\s)swipeview-active(\s|$)/.test(className) ||...

I implemented SwipeView in a Cordova 3.5.0 project. All seems to be working fine, except on Android 4.2.2 there's a problem. SwipeView detects the "transitionend" event on the Android native...

A bug happens on Android 2.3 with horizontal swiping. You can experience it on the horizontal demo (http://cubiq.org/dropbox/SwipeView/demo/inline/) as well. Swipe to page two, and then scroll the page vertically....

This patch fixes several issues relating to `goToPage()` where `loop: false`. If you disable looping and use a `goToPage()` the `masterPage` 0 will stay as invisible but potentially the next...

We implemented a feature that once you scroll down, the boxes left and right were moved down also with margin top. This made it possible to swipe left or right...

Hi cubiq, just found a solution to issue #45. When a new Swipeview object is instantiated and the html wrapper element is not rendered, you can prevent wrapper size to...

Updated move method to escape if a user has touch and swipes pass the swipeable area. Otherwise it caused the page buffer to load a blank page. bug 37