SpringRoll / SpringRollConnect

Deployment management app for SpringRoll apps and games.
MIT License
5 stars 4 forks source link

IE11 without Flash blocked from accessing compatible games #75

Open ericente opened 5 years ago

ericente commented 5 years ago

When I try to load a game in IE11 without Flash installed, SRC gives a "Browser does not support WebAudio or Flash audio" alert message and loading the game is blocked. The game does not use Flash audio, and falls-back to HTML5 audio, which is supported in IE11. The game is playable in IE11 outside of SRC.

chipbell4 commented 4 years ago

This should be resolved once https://github.com/SpringRoll/SpringRollConnect/pull/76 is merged.

To be specific, this is tied to SpringRollContainer making that check and thinking the game is unsupported. SpringRollConnect catches this event and then halts page execution.

This should be in the upcoming 1.8.0 release.