Next.js Discord

Discord Forum

What's the best solution for supporting ARIA in soft navigation?

Unanswered
Black carp posted this in #help-forum
Open in Discord
Black carpOP
I have a project where I need to add support for screen readers with all best practices according to WAI-ARIA and I have this problem where in hard navigation (entire page re/loads) the browser announces when the tab finishes loading, and in soft navigation (the tab doesn't reload, AKA client side navigation or CSR) the tab isn't announcing that the tab finished loading the new page (because it's soft navigation) and NextJS doesn't seem to handle that so I think I have to somehow handle that manually and I was wondering what is the best solution or way of doing that with the App router?

0 Replies