Ezelia Posted May 7, 2013 Share Posted May 7, 2013 Hello All, I'm trying to port my game (germiz.ezelia.com) to Android, and since I don't have time to translate the whole code to Java I opted to phonegap and made some optimisation in my rendering engine. everything goes just fine ... everything but web workers ! to get reactive Artificial Intelligence I use a web worker, but Android stock browser don't seem to support it the strange thing is that the same code works just fine if I access the game throught browser (and not the webview). I then tried Titanium appcelerator and noticed the same thing, and with debugger Worker object is not known in wrapped HTML5 apps :/ my only option now is a webworker shim but it makes the game too slow and laggy (not playable at all). is there any solution for that ?what I need is just to run my AI resolver in a separate js thread. 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.