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.
2 parents b03aed7 + 44c56f5 commit c88a5b2Copy full SHA for c88a5b2
iOS_SDK/OneSignalSDK/Source/OSInAppMessageView.m
@@ -111,7 +111,8 @@ - (void)setupWebviewWithMessageHandler:(id<WKScriptMessageHandler>)handler {
111
112
// Setup WebView, delegates, and disable scrolling inside of the WebView
113
self.webView = [[WKWebView alloc] initWithFrame:mainBounds configuration:configuration];
114
-
+ self.webView.backgroundColor = [UIColor clearColor];
115
+ self.webView.opaque = NO;
116
[self addSubview:self.webView];
117
118
[self layoutIfNeeded];
0 commit comments