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
I run into a problem while developing my app and I realize that it's also present in the demo.
The navigation bar doesn't work properly and the only thing that makes it work well in my app is to disable the cache on the Rails side: meta name="turbo-cache-control" content="no-cache"
Are you experiencing the same problem?
navigation_bar.mp4
The text was updated successfully, but these errors were encountered:
I can reproduce the same issue but I don't think that disabling the cache is a viable solution. I'm more inclined to make the default navigation bar (in Turbo Navigator) always opaque. That way the web content never "slides under" it - exactly what happens on the first visit in your video.
@jayohms, we can definitely add this to the demo. But how do you feel about making it the default with Turbo Navigator? I'm inclined to do so - I've done it on 100% of the client apps I work on. But curious if I am missing something that perhaps HEY or Basecamp does.
Helloo, if this is cache related, is there another way to handle this issue ?
The same happens with largeTitles it will sometime not retract itself correctly, even when using the opaque background trick (which I would like to avoid if possible)
Hey!
I run into a problem while developing my app and I realize that it's also present in the demo.
The navigation bar doesn't work properly and the only thing that makes it work well in my app is to disable the cache on the Rails side:
meta name="turbo-cache-control" content="no-cache"
Are you experiencing the same problem?
navigation_bar.mp4
The text was updated successfully, but these errors were encountered: