You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/07/13 19:19:52 UTC

[GitHub] [cordova] MrShakes opened a new issue #140: Angular navigation issues

MrShakes opened a new issue #140: Angular navigation issues
URL: https://github.com/apache/cordova/issues/140
 
 
   # Bug Report
   
   ## Problem
   Angular application is working well, only issue seems to be the navigation in Cordova(works well on web), using `chrome://inspect` I'm monitoring the issue and whenever navigation occurs `this.router.navigate` the callback from Angular confirms that the navigation was successful and most times(not all) the page will navigate however the url in Cordova remains constant(changes in web), this then goes on to affect other things such as navigating back which doesn't work, weird thing is Angular callback once again confirms that the page has navigated back but the page itself never changes in Cordova(does so on web)
   
   ### What is expected to happen?
   Navigation is supposed to work as well as it does on Web
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   `this.Router.navigate()` and `this.Location.back()`
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   Android device (Pie)
   
   
   ### Version information
   "@angular/core": "^6.0.3",
   "@angular/router": "^6.0.3",
   cordova-lib@9.0.1
   android 8.0.0
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org