Questions tagged [ionic2-tabs]
11 questions
5
votes
2 answers
How can I set a root page outside of tabs that don't keep the tabs in place?
The flow of my app means that there are no tabs in place until a user logs in. The first page is a full-screen login screen. Once logged in the user is taken to tabs.ts which holds my tabs code.
One of the tabs has a button in that logs users…

Mike
- 8,767
- 8
- 49
- 103
3
votes
0 answers
tabs in verticaly middle page or after div element in ionic 2
I want to implement tabs in the middle of page or after div in ionic 2.
I have tried top and bottom.it successfully set to bottom or top but i want to set it after div. Can anyone done like this before?
in ts file:
tab1Root = tabPage1;
tab2Root =…

Harshad Dusane
- 77
- 12
1
vote
1 answer
Ionic 2 push child view inside the tabs View with side navigation
I have a problem in ionic 2+ menu navigation with tabs. When I click the navigation menu, how to access the child view inside the tabs view?
I found some solutions to access the tabs Rootpage but so far I couldn't access the Child view. If I push…

Premji
- 69
- 1
- 6
1
vote
1 answer
Horizontal Scroll Bar in Ionic2+
Hi I have the following markup in my ionic2 app, using tabs template.
I want an horizontal scroll bar for each zone.
…

mspasiuk
- 602
- 1
- 7
- 23
1
vote
0 answers
IONIC-2 Change ion-tab root page dynamically in the tabs class?
I have the following Tabs configured in my project:
tabs.html

stronggod
- 11
- 1
- 2
1
vote
3 answers
How to override Ionic2 sass variable just in one page?
I tried to override sass variable in variables.css like this
but it's not what I want.
It seems to change the styles of all tabs.

GreenSun
- 21
- 5
1
vote
2 answers
Ionic2 swipable tab with content swipe
I have tried swipable and scrollable tabs in Ionic1 where i used slide-box and delgates but I want to integrate it in Ionic2. My requirement is
.
I have already tried https://github.com/SinoThomas/Ionic2-ScrollableTabs but it is only swiping tabs.

Anuj
- 151
- 2
- 11
1
vote
1 answer
How can I hide and show ion-tabs conditionally in ionic2?
I have 5 tabs

Reza
- 18,865
- 13
- 88
- 163
0
votes
2 answers
Ionic2 Tabs swipe back not working swipeBackEnabled
I am developing an tabbed application I have three tabs

Gogul
- 298
- 2
- 14
0
votes
1 answer
create tabs in page
I would like to create tabs like these on a page:
As you see Voortgang and pijnniveau are my tabs in the page itself but if I set them like this:
export class ProgressPage {
tab1Root = HomePage;
tab2Root = SchemaPage;
and than in my…

Sireini
- 4,142
- 12
- 52
- 91
0
votes
0 answers
navigate back to tabspage and give an active tab with
I am working on an application and I want to navigate back to the TabsPage and than the specific second tab of 4 tabs.
So what I tried based on other answers on stack is this:
export class ModalPage {
public tab: Tabs;
…

Sireini
- 4,142
- 12
- 52
- 91