Always Open Submenu Visibility Guide
Keep the StreamLayer submenu permanently visible in portrait orientation on iOS.
If your app layout has available space below the video player in portrait orientation, you can keep the StreamLayer submenu always visible. This reduces friction and lets viewers access interactive units without tapping the Launch Button.
Set the isAlwaysOpened flag in your SDK configuration:
StreamLayer.config.isAlwaysOpened = trueWhen true, the submenu remains open in portrait orientation. When false (the default), the submenu starts closed and the user must tap the Launch Button to reveal it.
Related
- Launch Button and Submenu — Full Launch Button configuration
- Integration Guide — All SDK configuration options
Updated 21 days ago
