Skip to content

Bugfix: Load on Mobile

Attempts to fix the bug reported here and here, where the game would not fully load on certain mobile devices or browsers for certain users.

The most likely cause of this bug is due to the use of JavaScript default parameters introduced in MR !55 (merged). Older browsers and mobile browsers may fail to provide support for this JS feature, which results in a syntax error at runtime. Users who use more up-to-date browsers or mobile operating systems may not experience this issue.

Merge request reports

Loading