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/06/30 13:56] – external edit 127.0.0.1 | howto:howto-page-hide [2026/07/19 12:00] (current) – ↷ Links adapted because of a move operation doreps | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | <WRAP center notice centeralign> | + | ====== Big Secret? Hide a Page With Total Launcher! ====== |
| - | **⚠️ v4.0 UI Transition Notice - In Process: | + | |
| - | //The release of Total Launcher | + | |
| - | page does not yet reflect these updates. The new layout paths, folds, and visual maps are currently being | + | |
| - | compiled and will be deployed shortly.// | + | |
| - | </ | + | |
| + | //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 answer suggested: **I think you should turn on disallow page transition by touch under key & gesture option.** | ||
| - | ====== Thinking About Hiding A Page? ====== | + | <WRAP centeralign> |
| - | ==== Hide Pages ==== | + | Navigation route: [[section: |
| - | Question: Is there any way to hide pages on the home screen in order to functionally have multiple loadouts? To elaborate, I'm trying to make it to where clicking a button will change the home screen but also you won't be able to see the previous home screen. | + | </ |
| ---- | ---- | ||
| - | Suggestion: I think you should turn on disallow page transition by touch under key & gesture option | ||
| - | <WRAP toby round> Toby says {{: | ||
| - | <WRAP centeralign> | ||
| - | • 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 (like 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" | ||
| - | • Use a external automation app - While automation apps can't dynamically delete a launcher page on the fly, they to 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 change that variable based on a location, time of day, Wi-Fi connection or gesture causing the launcher to instantly hide or show the container. | + | <WRAP centeralign> |
| - | • Use Android' | + | <WRAP toby round> |
| + | Toby says{{ui: | ||
| + | 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. | ||
| + | ► **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. | ||
| + | ► **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. | ||
| + | ► **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. | ||
| </ | </ | ||