Hi there,
I want to replicate the functionality seen in the Google Play store with regards to tabs and pages. As you can see here, I am talking about the tabs below the header-bar; with “categories”, “home”, “top paid”, “top free”, etc.
Have anyone tried to replicate this functionality with Angular and Ionic yet?
I’ve created a starter codepen: http://codepen.io/anon/pen/ldjfp?editors=101
Here are the requested features:
- Scrollable tablist (working, but with hack)
- Swipeable pages (working)
- Tap tab to go to page (working)
- Move marker in tablist while swiping trough pages
- Move marker when tapping a new tab
Any ideas on how to implement this?