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 = true

When 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