Hi
I was wondering if it is better to have multiple screens in a canvas app or to use with one screen with multiple containers whose visibility is controlled by a variable.
The benefit of using one screen is that you can use one header and one footer container throughout the app.
It's fairly easy to navigate through the application by using a variable to control which body container should be visible.
My question is to whether the one approach is better from a performance standpoint.
Kind Regards
Alan Michas