Hi. I found that routing is not working. Is that the same on your side?
Hi. I found that routing is not working. Is that the same on your side?
Hi, yes, you're right, routing doesn't work now. Need to check how to fix that.
Using the HashLocationStrategy should work: https://angular.io/api/common/HashLocationStrategy#hashlocationstrategy
Also lazy loading doesn't seem to work in webview (it's not an angular issue).
I've had to refactor my routes to be non-lazily loaded: { path: '', // loadChildren: () => import('./settings/settings.module').then(m => m.SettingsModule) loadChildren: () => SettingsModule }
I have no luck with the router. Did you get it to work?