You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The overlay works fine until I have a page with an HTML video tag. Then the overlay doesn't open anymore.
Tried different file formats (mp4, webm) and react video player.
When I add an YouTube video it works fine while it only shows the thumbnail. But as soon as I start the video the overlay doesn't work anymore (I assume because YouTube adds the video tag at that moment).
Trying to manually open the overlay doesn't work either:
client.overlay.activateToWebPage('https://www.example.com/');
But it seems to register the request, as it opens an overlay with several tabs of example.com as soon as I navigate to a page without a video tag.
OS: Windows 11
Electron: 30.1.0
Steamworks.js: 0.3.2
The text was updated successfully, but these errors were encountered:
The overlay works fine until I have a page with an HTML video tag. Then the overlay doesn't open anymore.
Tried different file formats (mp4, webm) and react video player.
When I add an YouTube video it works fine while it only shows the thumbnail. But as soon as I start the video the overlay doesn't work anymore (I assume because YouTube adds the video tag at that moment).
Trying to manually open the overlay doesn't work either:
client.overlay.activateToWebPage('https://www.example.com/');
But it seems to register the request, as it opens an overlay with several tabs of example.com as soon as I navigate to a page without a video tag.
OS: Windows 11
Electron: 30.1.0
Steamworks.js: 0.3.2
The text was updated successfully, but these errors were encountered: