Navigation: Back button missing on deeplink/reload (3.5.0)
See original GitHub issueIonic version: (check one with “x”) [ ] 1.x (For Ionic 1.x issues, please use https://github.com/ionic-team/ionic-v1) [ ] 2.x [x] 3.x
I’m submitting a … (check one with “x”) [x] bug report [ ] feature request [ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
In an Ionic 3.5.0 app with lazy loading, the back button is missing after following a subpage deeplink or reloading. Reproducible in the simple-tabs
navigation test.
Expected behavior: The back button to be shown.
Steps to reproduce:
- Clone the
ionic-angular
repo andnpm install
. - Run
gulp e2e.watch --folder nav/simple-tabs
. - In “Page One”, click the “Go to next page” button. “Page Two” is opened and the back button is shown.
- Reload “Page Two”. The back button is missing.
Related code: N/A
Other information: N/A
Ionic info: (run ionic info
from a terminal/cmd prompt and paste output below):
global packages:
@ionic/cli-utils : 1.4.0
Cordova CLI : 7.0.1
Ionic CLI : 3.4.0
local packages:
@ionic/app-scripts : 1.3.12
@ionic/cli-plugin-cordova : 1.4.0
@ionic/cli-plugin-ionic-angular : 1.3.1
Cordova Platforms : android 6.2.3 ios 4.4.0
Ionic Framework : ionic-angular 3.5.0
System:
Node : v6.10.3
OS : macOS Sierra
Xcode : Xcode 8.3.3 Build version 8E3004b
ios-deploy : 1.9.1
ios-sim : 6.0.0
npm : 5.0.4
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:10 (7 by maintainers)
Top Results From Across the Web
Back button missing on deeplink/reload (3.5.0) · Issue #12212 ...
Current behavior: In an Ionic 3.5.0 app with lazy loading, the back button is missing after following a subpage deeplink or reloading.
Read more >Back button on safari browser not working properly iOS
I have a functionality in my app to show google directions, for that I am using deep linking. It opens ...
Read more >Principles of navigation - Android Developers
If a user is at the app's start destination, then the Up button does not appear, because the Up button never exits the...
Read more >Storyteller • Documentation • Changelog
fixed occasional crash when closing player; fixed reload button visibility not working. Improvements: renamed Storyteller.isPresentingStory to Storyteller.
Read more >iOS | Localytics Documentation - Upland Software
Login to the Localytics Dashboard and navigate to Settings > Apps. Find your app key app in the list and click the gear...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@danbucholtz this doesn’t appear to be fixed in ionic 3.9.2.
I’m using defaultHistory but do not get any back button when going to a page via its segment.
Yep, looks like there is a bug. I’ll take a look.
Thanks, Dan