IOS 18.2 Causing WebGL Error

Thanks for the response.

I did solve the issue by adding the following to the Canvas:

<Canvas gl={{ powerPreference: 'default', antialias: false }} />

This solved the memory issues.

1 Like