[Feature Request] Force repainting
A lot of people run into issues when using Steam (specifically the Steam Overlay) with Chromium based frameworks (NW.js, Electron, etc) due to the fact the Steam Overlay hooks directly into the rendering pipeline, but Chromium only updates changed regions.
A solution on Electron has been implemented that allows the application to force a complete repaint on every frame. See the PR for that here: https://github.com/electron/electron/pull/8628
It would be majorly beneficial to have a similar function in NW.js to force repainting, providing a viable solution to all of the Steam Overlay issues without relying on temperamental hacks that often stop working.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Is this feature still under consideration?