-
-
Notifications
You must be signed in to change notification settings - Fork 37
Description
Problem Statement
At present when I am on phone in horizontal mode. A lot of height is being occupied by mainly three things (see the image below) :
- PDF toolbar
- The Obsidian bottom navigation bar
- And the Obsidian view header.
Now, I am not sure if it possible to hide the Obsidian view header and the bottom navigation bar. But I believe it should be possible to hide the toolbar.
Possible Solution
-
Provide a setting : "Auto hide toolbar on scrolling".
-
Now when user will scroll the PDF. The toolbar will automatically slide up and hide itself, just how we see in the modern websites the navbar/header hides itself with a nice animation when user scrolls the website down. And when user tried to scroll up, the toolbar should again slide down from top with animation.
-
For hiding the (2) and (3), not sure, but I heard that it's possible to use Obsidian in full screen now. This means, the top status bar of phone itself, which show the time, mobile network and notification symbols, etc itself will get hidden. This will reduce a lot of visual distractions in full screen.
-
Even if this is not possible, a button can be added in the toolbar, or a commad, to view the PDF in full screen. And this action should hide the (2) & (3) components, giving a perfect, distraction free experience for reading PDFs.
This same applies for desktop mode as well. So not just restricted to phone screens.