Questions tagged [ion-nav]

6 questions
5
votes
1 answer

How to navigate between pages in ionic 4 & 5?

I had a project that I developed with ionic 3. But I took a break and when I started working again with ionic, I saw the navigation system change in the new versions. My project is a simple project. This project that lists the data in the a array…
ucnumara
  • 155
  • 1
  • 1
  • 11
3
votes
1 answer

ionic 5 use "ion-nav" to navigate to simple pages with back button

I'm very new to ionic and have this simple question which to my surprise i cannot find my answer anywhere i search. what i want is to implement simple page navigation just like this : https://ionicframework.com/docs/api/nav the source code below the…
salar kazazi
  • 105
  • 1
  • 2
  • 8
1
vote
1 answer

Routing pages via side-menu in Ionic 4

For days now I've been trying to route/link pages via the side-menu. So that I'm able to move to different pages from the side-menu itself. I've searched for tutorials on Angular 8 and Ionic 4 but couldn't find the specific article that relates…
0
votes
1 answer

ionic 3 - registerBackButtonAction - can't get the active pushed pages

My application navigation goes like this: Login Page (set as Root) TabsPage (set as Root, once login is success) ListPage (ion-tab root) FilterPage (opens as Modal) DetailsPage (Page is pushed) SearchPage (ion-tab root) SettingsPage (ion-tab…
Naveen Kumar V
  • 2,559
  • 2
  • 29
  • 43
0
votes
1 answer

Problems jumping from root tab to root tab

Which is the best way for doing this? I have three options, but I do not like any of them. Option 1: TabsPage 2: Create “A, B, C” like a “Footer” Disable subpage Tabs in config opcion (take out Tabs “1, 2, 3”) GO: Use “NavBar Push(Screen2)”. BACK:…
J. Pablo García
  • 499
  • 7
  • 19
0
votes
2 answers

ionic 3 menu does not show up after setRoot

In my use case i want to show side menu as well as tabs in my ionic 3 angular app. The use case is: showing tabs initially with side menu hidden (set as enable(false)). The first page shows a button to add to cart, doing this shows a cart in the…
Vik
  • 8,721
  • 27
  • 83
  • 168