Bottom banner on mobile

Suddenly i see this bottom banner on mobile. What is this thing actually called in settings? How do i get rid of it? It only appears in some browsers, not in all of them.

1 Like

Hopefully you can’t :wink: It is the only toolbox to logout, get an url or go back in history.

Well i don’t see it in most browsers, and i think it is not very useful.

Hello,

This footer navigation is only appears on iPhone DiscourseHub and PWA (without the arrow down button) app. It is useful eg.: if you added more site to the DiscourseHub app then you can close the site with the arrow down button and go back to the added sites list so you don’t have to close the app to switch between sites. The rest buttons performs clear action. There is also an iPad version the difference is, on iPad this footer nav is on the top.

You can hide it with adding this to a theme component :arrow_down_small:

Mobile / CSS

body:not(.footer-nav-ipad) .footer-nav {
  display: none;
}
3 Likes

Great! Thank you very much!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.