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
It definitely seems the browsers have improved their support for visibility. I would also support simplifying the code to remove the old prefixed polyfills.
Steps to Reproduce
This is reproducible with the sample platformer
Expected Result
Engine should emit the "visible" event when window is focused
Actual Result
It does not emit the "visible" event
Environment
Current Workaround
I see that we have some browser-specific behaviour here
Excalibur/src/engine/Engine.ts
Lines 1112 to 1133 in 88a30ce
which seems to have good browser support
The text was updated successfully, but these errors were encountered: