openfl / starling

Known as the "Cross-Platform Game Engine", Starling is a popular Stage3D framework for OpenFL and Haxe
Other
236 stars 68 forks source link

[HTML5] Doesn't work on iPhone 5 / 5s in safari #134

Closed CrazyFlasher closed 4 years ago

CrazyFlasher commented 4 years ago

..with webGL 2.0 enabled in "experimental features" of safari settings

jgranick commented 4 years ago

Does it work with WebGL 1?

CrazyFlasher commented 4 years ago

Yes

jgranick commented 4 years ago

You can compile using -Dwebgl1 to force WebGL 1 only, but in the next OpenFL release I'm thinking about making OpenFL (Lime will remain the same I think) use WebGL 1 by default since it does not use any WebGL 2 features

CrazyFlasher commented 4 years ago

Yes, settings -Dwebgl1 resolved the issue