I am building a system for a client which will involve at least six major sub-systems.
We will need a mobile app for data collection purposes.
I do not think it practical to build one very large app (fat-client style) as I don't know the limits on app complexity, nor do I want to incur large memory / bandwidth on the mobile device itself.
Assuming I build a mini-app for each data collection function, many users will need to run several. I don't see any way to activate more than one PowerApp at a time when using the Android or iPad player. Multiple browser-based instances, for sure, but this is not optimal for handheld devices.
In theory I could use the Launch function, but this seems to fail when targeting the player, and spawns too many independent tabs when targeting the browser.
Ideally I'd like one master control app, and via menu selections, activate one or more "sub-routine" apps.