Welcome!

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

BlackBerry WebWorks Contributions

Reply
Contributor
_MARIO_
Posts: 16
Registered: ‎04-26-2011
My Carrier: Vodafone Spain

Re: What BlackBerry WebWorks API's are you looking for?

What about Listener API? It would be nice to have GPS support on WebWorks...

Please use plain text.
BlackBerry Development Advisor
tneil
Posts: 3,693
Registered: ‎10-16-2008
My Carrier: Rogers

Re: What BlackBerry WebWorks API's are you looking for?

You're in luck... GPS is already supported in WebWorks :smileyhappy:

Tim Neil
Director, Application Platform & Tools Product Management
Follow me on Twitter
Please use plain text.
Contributor
_MARIO_
Posts: 16
Registered: ‎04-26-2011
My Carrier: Vodafone Spain

Re: What BlackBerry WebWorks API's are you looking for?

You are right... I should have expressed myself more precisely. I was actually looking for an extension library that works both on OS5 and OS6. Geolocation API as far as I understand it only works on browser 6 onwards.

Actually what I'm looking at is what PhoneGap offers in their framework...
Please use plain text.
Contributor
_MARIO_
Posts: 16
Registered: ‎04-26-2011
My Carrier: Vodafone Spain

Re: What BlackBerry WebWorks API's are you looking for?

Moreover... is it a good idea to develop something knowing that Gears API is already deprecated?

Instead of relying on a deprecated API I think RIM should develop an external library to support this in a more natural way...

Please use plain text.
BlackBerry Development Advisor
tneil
Posts: 3,693
Registered: ‎10-16-2008
My Carrier: Rogers

Re: What BlackBerry WebWorks API's are you looking for?

Hi _MARIO_

 

The GPS functionality does work on both 5.0 and 6.0 both using the same HTML5 geolocation code.  In that article I linked it has a JavaScript toolkit that you include in your application so that the HTML5 geolocation, database and workders will work on 5.0.

 

The toolkit is smart enough to know not to load itself on 6.0

 

Tim Neil
Director, Application Platform & Tools Product Management
Follow me on Twitter
Please use plain text.
Developer
Tsudeily
Posts: 16
Registered: ‎10-18-2010

Re: What BlackBerry WebWorks API's are you looking for?

accelerometer API for smartphones.

Please use plain text.
BlackBerry Development Advisor
tneil
Posts: 3,693
Registered: ‎10-16-2008
My Carrier: Rogers

Re: What BlackBerry WebWorks API's are you looking for?

 


Tsudeily wrote:

accelerometer API for smartphones.


 

You'll be glad to see that Accelerometer for 6.0 smartphones is scheduled for our Zeta release https://github.com/blackberry/WebWorks/wiki/Roadmap

 

This will be based on the W3C Device Motion API.  It is also included on BlackBerry 7 smartphones and is available today on PlayBook

Tim Neil
Director, Application Platform & Tools Product Management
Follow me on Twitter
Please use plain text.
Developer
Tsudeily
Posts: 16
Registered: ‎10-18-2010

Re: What BlackBerry WebWorks API's are you looking for?

Awesome! Other one I'd like to see is ability to add submenus. Would certainly save me some menu space within my current app

Please use plain text.
Developer
praveen_rajan
Posts: 163
Registered: ‎05-06-2011
My Carrier: Not Specified

Re: What BlackBerry WebWorks API's are you looking for?

@Tim Neil

 

It would be great if a QR Code scanner is implemented. QR code processing is one section which is widely used now. Is there any way to speed up the implementation of QR Code Scanner? Even I could be of some assistance with that if required :Cool2:

 

Thanks

Praveen

Please use plain text.
BlackBerry Development Advisor
tneil
Posts: 3,693
Registered: ‎10-16-2008
My Carrier: Rogers

Re: What BlackBerry WebWorks API's are you looking for?

If you would like to take on the coding of the QR extension that would be great.  I would suggest opening up an Issue on the github repository.  We can tag it as a feature request and we can start the conversation on what all would be expected as far as a contribution is concerned.

 

We could then figure out which release of the software it could find itself into

 

I would also suggest signing a Contributor's agreement to get the process started.

https://github.com/blackberry/WebWorks/wiki/How-to-Contribute

Tim Neil
Director, Application Platform & Tools Product Management
Follow me on Twitter
Please use plain text.