diff --git a/ios/sdk/src/JitsiMeetView.m b/ios/sdk/src/JitsiMeetView.m index b40f34819b..091fb324c0 100644 --- a/ios/sdk/src/JitsiMeetView.m +++ b/ios/sdk/src/JitsiMeetView.m @@ -296,6 +296,9 @@ static NSMapTable *views; // Add rootView as a subview which completely covers this one. [rootView setFrame:[self bounds]]; + rootView.autoresizingMask + = UIViewAutoresizingFlexibleWidth + | UIViewAutoresizingFlexibleHeight; [self addSubview:rootView]; } }