Skip to main content

All Questions

0 votes
0 answers
29 views

How do I hide an entire HTML page, but make the page still renders and still exist?

I'm making an extension to hide the ChromeOS bookshelf by displaying a completely hidden tab, so the device would register a window being drawn, but the user could not interact or notice it. This is ...
grumpyman1's user avatar
0 votes
0 answers
41 views

Android - Why this TextView is moving its position after changing its visibility programmatically?

Initially both TextViews are visible and aligned correctly: After clicking the Button, I set both TextViews visibility to GONE. Second time I click on the Button, I set the visibility again to ...
xerez's user avatar
  • 69
1 vote
1 answer
550 views

Is there any way to know when a tab in the browser is covered by a window?

TL;DR: I'm working on a Chrome extension where I need to increase a count only when a tab is visible and not covered by another window. Is there any way to detect this? I've tried using the Page ...
M2K's user avatar
  • 449
0 votes
0 answers
1k views

visibilitychange gets called multiple times if using fullscreen api

I am using visibilitychange event of browser. All looks good. After clicking on one of my buttons, I use fullScreen API to take website into fullscreen mode. The issue that I have is ...
Nika Kurashvili's user avatar