REDMASTER
Results
1
comments of
REDMASTER
try this solution, it's work for me call banner.hide() before enter background `document.addEventListener('pause', async () => { banner.hide(); })` and call banner.show() after back to foreground `document.addEventListener('resume', async () =>...