ScriptaGames / zorbio

A 3D multiplayer WebGL game
MIT License
8 stars 1 forks source link

Figure out why game won't play on iPhone #517

Closed Jared-Sprague closed 6 years ago

Jared-Sprague commented 6 years ago

My iphone won't load the game in prod anymore

Jared-Sprague commented 6 years ago

Figured out this is an ES6 compatibility problem with the Safari on iOS 10 with the minified code.

Getting this error: screenshot from 2017-11-17 22-52-28

It doesn't happen on iOS11

Jared-Sprague commented 6 years ago

yep works in iOS 11