initiate BannerUI view to appear (via calling showBannerUI): view appears, but buttons/links on the view/overlay flicker!
press a button/link within BannerUI view control in order to initiate another View to appear on top of the BannerUI. So, BannerUI gets hidden by another view/overlay (WebView for example).
navigate back to the BannerUI: it appears, but buttons/overlay there double flicker again causing weird visual effect.
Seems, buttons/links on the BannerUI flicker always on appear event.
Scenario:
setupUI
)showBannerUI
): view appears, but buttons/links on the view/overlay flicker!BannerUI
. So,BannerUI
gets hidden by another view/overlay (WebView for example).BannerUI
: it appears, but buttons/overlay there double flicker again causing weird visual effect.Seems, buttons/links on the
BannerUI
flicker alwayson appear
event.Tried on
iOS 15.0
,iOS 16.0
,iOS 16.4
.