We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e0bf1 commit a51d2ecCopy full SHA for a51d2ec
iOS_SDK/OneSignalSDK/Source/OSInAppMessageViewController.m
@@ -731,7 +731,9 @@ - (void)jsEventOccurredWithBody:(NSData *)body {
731
case OSInAppMessageBridgeEventTypePageResize: {
732
// Unused resize event for IAM during actions like orientation changes and displaying an IAM
733
// self.message.height = event.resize.height;
734
- [self.messageView updateSafeAreaInsets];
+ if (self.isFullscreen) {
735
+ [self.messageView updateSafeAreaInsets];
736
+ }
737
break;
738
}
739
case OSInAppMessageBridgeEventTypeActionTaken: {
0 commit comments