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/09 10:30] – removed - external edit (Unknown date) 127.0.0.1 | howto:howto-page-hide [2026/06/09 10:34] (current) – doreps | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Thinking About Hiding A Page? ====== | ||
| + | ==== Hide Pages ==== | ||
| + | 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. | ||
| + | |||
| + | • Use Android' | ||
| + | </ | ||