Hi,
I'm currently using the responsive "sidebar" screen layout in my canvas app. On the left sidebar is a gallery that contains data that is stored in SharePoint. The SharePoint list is set up in such a way that users only see their own entries. So, when they go into the app for the first time, the gallery is empty. This is one scenario where I'd like the app to load with the left sidebar hidden. The other two conditions are as follows:
- Hide the left side bar when the user presses a button (so they can maximize screen real estate if they are working on a laptop)
- Hide the left side bar when the screen size is less than 3 (but allow the user to click a button to bring the side bar back when needed)
Any ideas as to how to accomplish this? Thank you in advance for your help!