meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| howto:howto-page-hide [2026/07/09 21:50] – doreps | howto:howto-page-hide [2026/07/19 12:00] (current) – ↷ Links adapted because of a move operation doreps | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | <WRAP hide> | ||
| - | <WRAP center notice centeralign> | ||
| - | **⚠️ v4.0 UI Transition Notice - In Process:** | ||
| - | //The release of Total Launcher v4.0 has introduced significant user interface changes. Please note that this | ||
| - | page does not yet reflect these updates. The new layout paths, folds, and visual maps are currently being | ||
| - | compiled and will be deployed shortly.// | ||
| - | </ | ||
| - | <WRAP hide> | ||
| - | |||
| - | |||
| - | |||
| - | ---- | ||
| - | |||
| - | |||
| ====== Big Secret? Hide a Page With Total Launcher! ====== | ====== Big Secret? Hide a Page With Total Launcher! ====== | ||
| - | The question is often asked: **Is there any way to hide pages on the home screen? To elaborate, I'm trying to make it so that clicking a button changes the home screen, but you won't be able to see the previous home screen.** | + | //The question is often asked:// **Is there any way to hide pages on the home screen? To elaborate, I'm trying to make it so that clicking a button changes the home screen, but you won't be able to see the previous home screen.** |
| ---- | ---- | ||
| Line 22: | Line 8: | ||
| <WRAP centeralign> | <WRAP centeralign> | ||
| - | Navigation route: [[:section:section1-2-e_beginners_basic_editing_steps# | + | Navigation route: [[section:section-basic_editing# |
| </ | </ | ||
| ---- | ---- | ||
| Line 29: | Line 15: | ||
| <WRAP toby round> | <WRAP toby round> | ||
| - | Toby says{{:ui: | + | Toby says{{ui: |
| Consider these other creative ways: | Consider these other creative ways: | ||
| - | | + | ► **Using a Window** |
| * Instead of putting content on a standard Page, create a full-screen Window. Keep the main home screen to just a single page so there is no accidental horizontal swiping at all. Set up an invisible object (such as a completely transparent shape), a specific multi-finger gesture, or a hidden long press to trigger the launcher action: Open Window. The content stays completely hidden and un-swipable until that exact trigger is used. | * Instead of putting content on a standard Page, create a full-screen Window. Keep the main home screen to just a single page so there is no accidental horizontal swiping at all. Set up an invisible object (such as a completely transparent shape), a specific multi-finger gesture, or a hidden long press to trigger the launcher action: Open Window. The content stays completely hidden and un-swipable until that exact trigger is used. | ||
| - | | + | ► **Move the content for hiding "off screen" |
| * Extend a page vertically and place objects way below the initial viewport. Total Launcher will automatically expand the canvas down as you drag items past the bottom boundary. However, if a user casually swipes up on that page, the launcher will natively scroll down and reveal the hidden items. It’s fine for keeping things out of sight at a glance, but it won’t prevent accidental scrolling to them. | * Extend a page vertically and place objects way below the initial viewport. Total Launcher will automatically expand the canvas down as you drag items past the bottom boundary. However, if a user casually swipes up on that page, the launcher will natively scroll down and reveal the hidden items. It’s fine for keeping things out of sight at a glance, but it won’t prevent accidental scrolling to them. | ||
| - | | + | ► **Use an external automation app** |
| * While automation apps can't dynamically delete a launcher page on the fly, they can control visibility conditions inside Total Launcher. Put the hidden content inside a container or layout object, and set its visibility to rely on a specific variable status. Then have Tasker or MacroDroid update that variable based on location, time of day, Wi-Fi connection, or a gesture, causing the launcher to instantly hide or show the container. | * While automation apps can't dynamically delete a launcher page on the fly, they can control visibility conditions inside Total Launcher. Put the hidden content inside a container or layout object, and set its visibility to rely on a specific variable status. Then have Tasker or MacroDroid update that variable based on location, time of day, Wi-Fi connection, or a gesture, causing the launcher to instantly hide or show the container. | ||
| - | | + | ► **Use Android' |
| * To hide sensitive apps with actual security, Android’s system-level Private Space could be the way to go. When Private Space is locked, the OS completely freezes and hides those apps. Total Launcher won't even be able to see or launch them until you unlock the space via the PIN or biometric check. Then combine this with a hidden Window in TL to keep the visual shortcuts out of sight. | * To hide sensitive apps with actual security, Android’s system-level Private Space could be the way to go. When Private Space is locked, the OS completely freezes and hides those apps. Total Launcher won't even be able to see or launch them until you unlock the space via the PIN or biometric check. Then combine this with a hidden Window in TL to keep the visual shortcuts out of sight. | ||
| </ | </ | ||