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
Is there any way to created nested pages in ionic 2/3? Just like android an Activity can be used for multiple fragments.
Some of the content is fixed for a parent page and just want to add child pages in this way parent pages fixed content will be at the same state and in same position but navigate only child pages.
When android hardware back key preesed it will pop from last child page to parent page and kill the app.
How can i achieve it?
In case of component use t in a page then how to maintain the navigation stack?
Can you please help me out?
The text was updated successfully, but these errors were encountered:
Is there any way to created nested pages in ionic 2/3? Just like android an Activity can be used for multiple fragments.
Some of the content is fixed for a parent page and just want to add child pages in this way parent pages fixed content will be at the same state and in same position but navigate only child pages.
When android hardware back key preesed it will pop from last child page to parent page and kill the app.
How can i achieve it?
In case of component use t in a page then how to maintain the navigation stack?
Can you please help me out?
The text was updated successfully, but these errors were encountered: