You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 4, 2022. It is now read-only.
I think it's not an issue. It's kind of requirement.
Let me explain:
I have ion-tabs at bottom of app.
Let's say
Home
Chat
Account
Now there are some inner pages for these tabs.
Let's say
=> Search results Page (under Home tab)
- I don't want tabs on this page. so I have ionTabsDelegate.showBar function to hide/show as per requirements.
- I have created directive for that.
Case : Home -> Search result page transition (mind it Home has tabs, other page has not)
Now what happens, as soon as forward direction transition happens, it hides tabs immediately. and slide to next page(search result page)
Requirement on above case:
I want tabs to be slided with former page(Home page) just like it is part of page. and comes new page on sliding done with no tabs
Something similar to above. I want to hide nav-bar on some pages. so I use hide-nav-bar from ionic.
page A: Don't have nav bar
page B: has nav bar
It works fine. but when switching from pageA to B. on Forward sliding effect. it shows nav-bar of PageA while sliding.
Requirement:
So I don't want to show that nav-bar on sliding.
The text was updated successfully, but these errors were encountered:
Original issue by @saurabhbarot on 2018-02-13T12:41:29Z
I think it's not an issue. It's kind of requirement.
Let me explain:
Let's say
Now there are some inner pages for these tabs.
Let's say
=> Search results Page (under Home tab)
- I don't want tabs on this page. so I have ionTabsDelegate.showBar function to hide/show as per requirements.
- I have created directive for that.
and code is something similar to below:
It works fine, but there is some UI glitches.
Case : Home -> Search result page transition (mind it Home has tabs, other page has not)
Now what happens, as soon as forward direction transition happens, it hides tabs immediately. and slide to next page(search result page)
Requirement on above case:
I want tabs to be slided with former page(Home page) just like it is part of page. and comes new page on sliding done with no tabs
page A: Don't have nav bar
page B: has nav bar
It works fine. but when switching from pageA to B. on Forward sliding effect. it shows nav-bar of PageA while sliding.
Requirement:
So I don't want to show that nav-bar on sliding.
The text was updated successfully, but these errors were encountered: