Turbo make browser look like page is loading

Hi,

I use Turbo in my app for page navigations. I really like this but I dislike how from the browsers perspective, it doesn’t appear to the user that a new page is loading (because technically it’s not a new navigation).

Is there a way to make the browser loading bar animate and the loading spinner become active rather than the fake loading progress bar that Turbo adds at the top?

I feel like it would make navigating these one page apps more consistent with multi page apps.

Thanks