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 c7528c9 + 9b300e6 commit 3df67c5Copy full SHA for 3df67c5
TeadsSampleApp/WebViewHelper/TeadsWebViewHelper.swift
@@ -259,11 +259,13 @@ import WebKit
259
case .onTeadsJsLibReady:
260
insertSlot()
261
case .onSlotStartShow:
262
+ adView?.isHidden = false
263
// the bootstrap calls this when the slot starts to show
264
delegate?.webViewHelperSlotStartToShow()
265
case .onSlotUpdated:
266
onSlotUpdated(position: message.body as? String)
267
case .onSlotStartHide:
268
+ adView?.isHidden = true
269
// the bootstrap calls this when the slot starts to hide
270
delegate?.webViewHelperSlotStartToHide()
271
case .handleError:
0 commit comments