fabricio, how did you end up solving the issue of navigating via pageName
? I see that you attempted to use resolve({ pageName: ‘page-about’ });
via async, I tried it too but it didn’t keep the scroll position (besides, surely it’s not necessary to use async just to nagivate by page name??)
[SOLVED] [V2] Stacked Pages
hellohello1
#21
fabricio
#22
Hello! It is not necessary to use async to call the pages via “pageName”.
You need to change the layoud of the project and the routing as indicated by Vladimir:
hellohello1
#23
Thank you for replying! So what you mean is using that layout, and then doing routing the normal url? e.g. router.navigator("/about/")