How can I slide to switch segment like many apps in ionic? I can't find any api in ionic official documentation. I can only find this useful thread.
But it does notseem perfect. Is there some better solution?
ionic info:
Cordova CLI: 6.5.0
Ionic CLI Version: 2.2.2
Ionic App Lib Version: 2.2.1
ios-deploy version: Not installed
ios-sim version: Not installed
OS: Windows 8.1
Node Version: v6.10.2
Xcode version: Not installed
Sliding segments or tabs have long been expected in ionic but it's finally here. Check this ultimate tutorial on getting it implemented https://www.joshmorony.com/adding-swipeable-tabs-to-an-ionic-application/
simple and easy, no need JS custom code. you can implement ion-slides and ion-segment that listen to 1 variable say
segment
Toolbar: bind to segment, and listen ionChange
ion-slides: capture the slide event, assign segment to current active index