Does not activate immediately on app launch.
The old backgrunnr used to apply itself as soon as I launch a marked application. iOS 14. This allowed, when applications get killed, for me to start them loading again without having to sit there and stare at the screen for each application I need to start until it’s loaded.
It needs to not hook application loaded, but rather the icon being tapped on would solve this
In short, this auto state requires you to wait until the application is partly loaded before it triggers the state. If the application could load in the background this might happen in the background, but it can’t of course, as soon as you navigate away from the application, the background state remains untriggered.
The point here is that some applications take so long to load that you want them to background so you can do something else until they finish
However if I start up an application that takes a long time to load, swipe up the control center, start the background toggle myself, and then navigate away from the application, it does continue to load in the background.
This switch will not apply to an application until it gets to a certain point much beyond the initial launching point. For instance in iCabMobile, when it has to load a lot of tabs. It takes this thing about a Minute to load, and I noticed that the backgrounding state does not enable if I start the application up and immediately navigate to another application. The backgrounding state never triggers until I open the application up again, which application still won’t trigger the state until in its case I wait with this application until it starts drawing buttons on the screen.