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
Should be a way to pause/un-pause playbacks when browser window focus changes. Currently only does so when minimized or switched to a background tab. Seems like this would require a new property on System that would emit the state change in window focus.
The text was updated successfully, but these errors were encountered:
I think such feature would work inconsistent for each platform; in flash you lose focus when clicking outside flash, in html on the window focus. If the game isn't fullscreen that will be noticeable.
System.hidden does not dispatch on window focus changes, only when minimized or switched to background tab. I believe we could make the behaviors consistent between HTML and Flash, maybe by using ExternalInterface to detect focus and blur in JS.
This was a request from our client, and it's come up several times now. I may have time to crack into it after this project, but just want to see if anyone has any thoughts on it.
Should be a way to pause/un-pause playbacks when browser window focus changes. Currently only does so when minimized or switched to a background tab. Seems like this would require a new property on System that would emit the state change in window focus.
The text was updated successfully, but these errors were encountered: