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

Web and WebWorks Development

Reply
New Contributor
allengeorge
Posts: 7
Registered: ‎01-09-2010
My Carrier: None

Re: SURVEY : What Javascript frameworks are you using?

JQuery and JQuery Mobile.

Please use plain text.
Developer
bnolan001
Posts: 93
Registered: ‎02-19-2011

Re: SURVEY : What Javascript frameworks are you using?

JQuery and JQuery UI for both PlayBook and OS 6/7.

"Not to know what happened before you were born is to be forever a child." Marcus Tullius Cicero
Please use plain text.
Contributor
devoldmx
Posts: 13
Registered: ‎12-21-2011
My Carrier: Developer

Re: SURVEY : What Javascript frameworks are you using?

jQuery: It's very well documented and easy to modify. I tried to use jQuery Mobile but we need OS5 compatibility, so jQuery Mobile it's not usefull (it runs slow even in the emulator).  I have no problem with jQuery Mobile (at least for our needs) in OS6 and OS7.

Please use plain text.
Developer
yllus
Posts: 57
Registered: ‎06-15-2011
My Carrier: Rogers

Re: SURVEY : What Javascript frameworks are you using?

Lemma is now using tneil's bbUI.js framework, and basic JavaScript beyond that (who needs all those fancy selectors). I'm very happy so far.

Please use plain text.
Trusted Contributor
icecappacino
Posts: 152
Registered: ‎02-12-2011

Re: SURVEY : What Javascript frameworks are you using?

I use jqlite which is a subset of jquery...not much of a UI framework but with O.S. 5 lack of abilities I gues you can't ask for much!

Please use plain text.
Developer
greenback
Posts: 448
Registered: ‎10-17-2010

Re: SURVEY : What Javascript frameworks are you using?

Please use plain text.
Developer
brianjd
Posts: 35
Registered: ‎03-08-2009

Re: SURVEY : What Javascript frameworks are you using?

Currently bbUI.js, zepto.js..

Please use plain text.
New Developer
TeleBEEM
Posts: 9
Registered: ‎02-02-2010
My Carrier: Verizon

Re: SURVEY : What Javascript frameworks are you using?

I'm using Phonegap for cross platform compatability. Though many of my apps tend to minimally rely on much more than HTML5/JS/CSS.

Please use plain text.
New Developer
catchphraze
Posts: 8
Registered: ‎11-13-2011
My Carrier: MTN Nigeria

Re: SURVEY : What Javascript frameworks are you using?

I'm using jquery and jquery mobile but I still have the same problems targetting users with OS5 and its critical to target these users as they still hold a large chunk of the BlackBerry Market. Considering moving to pure js
Please use plain text.
Regular Contributor
Magnetic_dud
Posts: 80
Registered: ‎03-06-2012
My Carrier: 3 Italia

Re: SURVEY : What Javascript frameworks are you using?

[ Edited ]

bbui.js for blackberry apps (no jquery because it does not work in bb os 5, and it's good because it autointercepts the back button and it's trackpad enabled)

jquery mobile for playbook apps

Please use plain text.