bevy_webgl2 icon indicating copy to clipboard operation
bevy_webgl2 copied to clipboard

iOS is not supported

Open madil4 opened this issue 3 years ago • 2 comments

I guess this is due to the choice of the API webGL 2 which is not supported by Apple. Any way to get around this issue?

madil4 avatar Mar 16 '21 16:03 madil4

webgl2 mostly works on iOS and macOS Safari, but you have to enable it in the browser experimental features

on iOS, it's in Settings > Safari > Advanced > Experimental Features > WebGL 2.0

mockersf avatar Mar 16 '21 17:03 mockersf

Are there any bevy webGL support which is more cross platform than webGPU and webGL 2 for browsers

madil4 avatar Mar 16 '21 17:03 madil4