Hello all.
I’ve successfully integrated ThreeJs with Ionic 2. The 3d model that I am generating looks good when I serve the application to a web page (ionic serve -lab). I’ve used both Safari and Chrome for the ionic serve command. When I try to emulate the application or deploy my application to an iOS device, the 3d scene is not generated (I have not yet tried to emulate on Android).
Does anyone have any ideas or magic dust of what I am missing. I know in the past we needed to tell the iOS web view to enable web gl. Is this still the case? What is the best way to debug this issue?
Thanks.