question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How can i hide Navbar and Toolbar on index page?

See original GitHub issue

I tried this

<div data-page="index" class="page no-navbar no-toolbar"> ... </div>

it works on any page that comes next, except Homepage (index), whats wrong?

And how do you hide Tab bar?

Is there any way to load pages (HTML) for tabbar links? Currently if I place href=“somefile.html” it slides it from right instead of switching page without an effect like default tabbar behavior.

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
RepAntikcommented, Mar 3, 2016

What about the toolbar? 😃

1reaction
muzuigetcommented, Sep 27, 2015

You also need to add “hidden-navbar” class to its parent View, and “hidden-toolbar” for toolbar/tabbar

Doesn’t work at v1.2.0.

After read the source code this work, but it is undocuement;

<div class="navbar navbar-hidden">

<div data-page="index" class="page no-navbar">
Read more comments on GitHub >

github_iconTop Results From Across the Web

How can i hide Navbar and Toolbar on index page? · Issue #227
it works on any page that comes next, except Homepage (index), whats wrong? And how do you hide Tab bar? Is there any...
Read more >
iPhone hide Navigation Bar only on first page - Stack Overflow
On storyboard, goto Navigation Controller Scene->Navigation Bar. And select 'Hidden' property from the Attributes inspector. This will hide ...
Read more >
Hide Tabs, Navigation Toolbar and Tool Windows - JetBrains
Hide Tabs, Navigation Toolbar and Tool Windows ... Press ⇧⌘A (macOS), or Ctrl+Shift+A (Windows/Linux), for the Find Actions dialog. From here ...
Read more >
3 Ways to Hide Navigation Bar in React Native Application
3 Ways to Hide Navigation Bar in React Native Application. You can hide the header / navigation bar using headerShown property of navigation.....
Read more >
Show / Hide Navigation - HTML Dog
Add the class “with_nav” to the body (OR remove it, if it's already there); Prevent the actual destination of the link from being...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found