How can I implement swipe left right navigation?

Hello everybody!!

I have six pages:

and I need implement swipe left/right navigation between this pages, It’s possible? Any hint? I already tried on-swipe-left/on-swipe-right directive without success.

Thanks

Isn’t a SlideBox suitable for your situation?
Check http://ionicframework.com/docs/api/directive/ionSlideBox/

Nope, it’s about page, not slides. Because for each page I have a different view, with different controller and different HTTP request.

Check this codepen http://codepen.io/anon/pen/YPBKJr

1 Like

Wow man, works like a charm! thanks

1 Like