I'm working on building IOS applications using jQuery and HTML5. Recently I learned that HTML5 Web Workers provide a great deal of flexibility for Javascript to perform multi-threaded programming, which is quite awesome.

So, does IOS support web workers, and how can I add them to my IOS applications?

link|improve this question

14% accept rate
Your question is currently very unclear...please try to improve it a little. – Purmou Dec 30 '11 at 11:55
is it clear now... – user1070642 Dec 30 '11 at 12:04
Yes, thank you. – Purmou Dec 30 '11 at 12:13
thank you Mr.Purmou but i couldn't get answer – user1070642 Dec 30 '11 at 12:35
feedback

1 Answer

Caniuse.com claims that IOS5 supports Web Workers:

A simple example of Web Worker code can be found here:

Give it a try and see if you can get it working.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.