You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nalu uses anchors for routing. Therefore anchors couldn't be used for scrolling to a special element. Furthermore the content is loaded asynchronous which also prevents that.
Nalu uses anchors for routing. Therefore anchors couldn't be used for scrolling to a special element. Furthermore the content is loaded asynchronous which also prevents that.
The idea is to add an additonal info which contains the anchor info to the routing path which can be used to scroll to this element.
This link shows a guide how this could be done:
https://gajus.medium.com/making-the-anchor-links-work-in-spa-applications-618ba2c6954a
Before implementing this we should investigate if there are any best practices for adding this notations to the hash.
The text was updated successfully, but these errors were encountered: