sviudes Posted February 21, 2014 Share Posted February 21, 2014 I need to execute some AI code, and it takes too long. So I use web workers when executing the game in a browser, and a webview (that executes code in a different context) for CocoonJS. I tested my game in Android, using CocoonJS launcher,, and is working ok, the code is executing in a background thread, and UI is not blocked. But I tested it in iOS (using CocoonJS launcher too) and UI is blocked while IA code is executed.... Do you know why this behavior on iOS? Quote Link to comment Share on other sites More sharing options...
txusludei Posted February 27, 2014 Share Posted February 27, 2014 May I ask you to redirect your question to https://support.ludei.com ? Send us the smallest code to reproduce the error, and we'll try to fix it. Thank you! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.