You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Core]
onsenui latest
[Platform]
Desktop - OS X 10.13.1
Mobile - Android 5.1
Mobile - iOS 11.1.2
[Browser]
Desktop - Safari 11.0.1 on OS X 10.13.1
Mobile - Android WebView
Mobile - iOS UIWebView
Encountered problem
Core | Carousel issue: The onSwipe property does not work.
document.addEventListener('init',function(event){varpage=event.target;if(page.matches('#page1')){varcarousel=document.getElementById("carousel");carousel.onSwipe=function(result){alert("Carousel onSwipe: "+result);}}});varprev=function(){varcarousel=document.getElementById('carousel');carousel.prev();};varnext=function(){varcarousel=document.getElementById('carousel');carousel.next();};ons.ready(function(){varcarousel=document.addEventListener('postchange',function(event){console.log('Changed to '+event.activeIndex)});});
The text was updated successfully, but these errors were encountered:
Environment
Encountered problem
Core | Carousel issue: The onSwipe property does not work.
How to reproduce
Demo link
The text was updated successfully, but these errors were encountered: