문제

I developed a game using ImpactJS and I'm using CocoonJS to run it on Android and iOS. My game needs to execute some AI code, and it takes too long, so I use a WebView for executing the code in a background thread (using CocoonJS forwardAsync method). In Android is working fine, but in iOS the UI thread is blocked until AI code finishes... It's a CocoonJS issue on iOS?

도움이 되었습니까?

해결책

Could you contact Ludei in order to provide some sample code that mimics this behaviour so they can give it a look?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top