Currently we're trying to navigate by URL, by consuming the DeepLinker (as an API), however there's no public API which does that; the closest thing I found was urlChange(browserUrl: string) which doesn't update the URL due to the below:
// urlChange
appRootNav.goToRoot({
updateUrl: false, // <---
isNavRoot: true
});
Another issue, the URL is not normalized when its a path, meaning the base will not be stripped out.
Having an api within DeepLinker such as navigateByUrl(url: string)
NavigateByUrl
DeepLinker.urlChange does but updateUrl: true + normalizationWhich Ionic Version? 2.x
any news on this one?
Thanks for the issue! This issue is being closed due to inactivity. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Thank you for using Ionic!