You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to enter full screen programmatically on play. the following code works, however, the full screen control button does not change when toggling full screen, and then it doesn't work when trying to exit full screen mode using the button (only ECS or mobile back will work).
Appreciate your help:
this.api.getDefaultMedia().subscriptions.play.subscribe((e) => {
if (!this.api!.fsAPI.isFullscreen) {
this.api!.fsAPI.toggleFullscreen();
this.api!.fsAPI.onChangeFullscreen.emit(true);
}
});
Hi,
I want to enter full screen programmatically on play. the following code works, however, the full screen control button does not change when toggling full screen, and then it doesn't work when trying to exit full screen mode using the button (only ECS or mobile back will work).
Appreciate your help:
The HTML is basic:
The text was updated successfully, but these errors were encountered: