Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable continuous page repainting for Steam Overlay? #3753

Closed
raincode00 opened this issue Aug 11, 2015 · 3 comments
Closed

Enable continuous page repainting for Steam Overlay? #3753

raincode00 opened this issue Aug 11, 2015 · 3 comments
Labels

Comments

@raincode00
Copy link

I been trying to get the Steam in-game overlay to work for a game that doesn't use the Canvas and thus doesn't repaint the screen constantly (issue #2560 doesn't address this issue). This causes the entire window to hang upon pressing the Shift+Tab key.

My only workaround I have found for this was to manually repaint the window using some show+hide hack on the body element on a 60 fps interval. It is a bit dirty, but I noticed there is a "Enable continuous page repainting" option in the chrome dev tools which makes the Steam overlay work flawlessly. If there was a way to enable this option from Javascript without the dev tools, it would allow Steam overlay to be used without any hacky workarounds.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@Baccanno
Copy link

You should use a 1x1 canvas with requestAnimationFrame.

Try this thread greenheartgames/greenworks#16

@Christywl
Copy link
Contributor

Is this issue still reproduced on the latest nwjs build? If so, could you please provide a sample and steps to reproduce it?

@Christywl
Copy link
Contributor

close until there is more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants