isNotificationsAvailable should return true based on the visible screen on the app
Closed this issue · 2 comments
kylehickinson commented
Ads should only show when the user is browsing, meaning if they are in settings, bookmarks, etc. it will return false
(Should check the top level window for full-screen video players)
kylehickinson commented
@tmancey We have a requirement to not show the ads unless the user has the main browser visible (i.e. not blocked by full-screen modals such as Bookmarks, Settings, etc.)
Do we want to return false in these cases, or just queue up ads on our side and show them once the user dismisses these full-screen modals?
tmancey commented
@kylehickinson Please return false, thanks