How to implement Sliding tabs in ionic v1? - ionic-framework

I am new in hybrid app development and I want to implement sliding Tabs in ionic v1. I searched for this topic on google but all gives code solution in ionic 2. And I am working on Ionic v1. Is it possible to implement sliding tab like material design in ionic v1?

I have solve this issue,It can difficult to create slide tab in ionic 1
but I have long research after i will found one code of slide tab follow this link to full code of sliding tab

Related

How to implement master detail design pattern in ionic 4

I am new to ionic 4 and I wanted to implement a master-detail design pattern using ionic 4. Till now I have tried to implement it using ion-split-pane. But using ion-split-pane on a page where I want to implement a master-detail design pattern, it hides my menu bar that is implemented using ion-menu-toggle. Any help would be appreciated.

Ionic 2: How to make menu that open from the bottom and play music inside it

Ionic 2: How to make menu (in ionic 2) that open from the bottom that plays music inside it. Like I have attached some screen shots
When you click on music then the new menu is opened from the bottom and display song details and music is also play inside it.
I did not find any UI component in ionic 2 for my requirement Please help me if you have any idea?
I used 2 concepts but it won't work for me:
1)ActionSheet of ionic 2 documentation
2)content drawer(https://www.joshmorony.com/how-to-create-a-sliding-drawer-component-for-ionic-2/)
Thank you for your support
You can use Action sheets from ionic,
https://ionicframework.com/docs/components/#action-sheets

Ionic 3 Adding Multiple Tab Navigations on a single tab or page

I am using Ionic v3 and need to implement a page where i have few tabs on bottom of the home screen to navigate to all other sections of the application. Implemented the same by starting ionic tabs template in starting using ionic start exapp tabs with multiple tabs available in the footer of the application, but now in one tab selected navigate to I need to implement two tabs on the top just after the toolbar. Applicable only for that page but am unable to do so. refereed to Ionic tabs documentation link but unable to resolve the issue.
For better explanation of the question we can consider the example below where I need the nested option to come only on the option tab click.

Ionic slides are laggy, how to improve?

So, I built an Ionic application, using the sidemenu bar, some and made a few CRUDs.
I'm very newbie in Ionic, but I noticed a laggy transition when I slide, when I click, sometimes I have to click twice on a button to get a response.
I'm using lazy loading already, but what else can I do in order to improve my sliding experiences?

ionic native page transition scroll too much list

I've added native page transition plugin to my existing ionic project and flow by this article by gajotres and after that, all of the lists that have scroll in my project, scroll smooth but too much scroll after content!
Whats the problem?!
(this problem only appear in my android device, not in web view or emulator)