Welcome to the Official BlackBerry® Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Web and WebWorks Development

Reply
Contributor
bigjavajoe
Posts: 15
Registered: 12-13-2011
My Carrier: MTN

Does web workers work in OS5?

I tried a web workers example on OS7 and it worked perfectly...but didn't work on OS5. So I'm wondering if it actually works on OS5.

Please use plain text.
Developer
araskin
Posts: 88
Registered: 08-01-2008
My Carrier: T-Mobile

Re: Does web workers work in OS5?

Non web workers are not supported in OS 5. It is not a HTML5 compliant browser. The OS does ship with Google Gears though so it could be supported through that. Though I am not sure.
Please use plain text.
BlackBerry Development Advisor
jeffheifetz
Posts: 508
Registered: 07-18-2011
My Carrier: Rogers

Re: Does web workers work in OS5?

Hi bigjavajoe,

 

As our API docs claim, there should be support for web workers on 5.0. As araskin implies, it is built on top of the gears implementation.

 

The shim should automatically be included so long as the app has been packaged with the most recent SDK.



1.Please resolve your thread by clicking the "Accept as Solution" button below the post which solved your problem!
2. If any post helps you please click the button below the post(s)
Please use plain text.