1 decade ago by jkrzemie
I need to use Ejecta + Three.js on iOS. Using latest versions of both - all works well.
I also need the ability to remove the existing EJJavaScriptView and create a new one (basically replace the view).
For testing purposes I am using the Ejecta demo example, I only added a super-simple Three.js view (a cube). It works until I try to dealloc it - EJJavaScriptView on dealloc always crashes on JSGlobalContextRelease(ctxref);
I really need to get this working - any ideas?
Any help greatly appreciated!
I also need the ability to remove the existing EJJavaScriptView and create a new one (basically replace the view).
For testing purposes I am using the Ejecta demo example, I only added a super-simple Three.js view (a cube). It works until I try to dealloc it - EJJavaScriptView on dealloc always crashes on JSGlobalContextRelease(ctxref);
I really need to get this working - any ideas?
Any help greatly appreciated!