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
BlackBerry Development Advisor
jeffheifetz
Posts: 514
Registered: ‎07-18-2011
My Carrier: Rogers

SURVEY : What Javascript frameworks are you using?

[ Edited ]

I'm just wondering what frameworks people are using and for what platforms?

 



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.
Developer
soaman
Posts: 620
Registered: ‎03-03-2011
My Carrier: Mobitel

Re: SURVEY : What Javascript frameworks are you using?

I wrote one app using WerbWorks and Sencha Mobile Toolkit.

 

It is nice framework altought I hate HTML5/JS (I rather preffer Java or AIR).

 

The saddest part of Sencha is that it is completely touche-enabled (I had complaints because trackpad is useless - maybe my mistake?) and it offers own look-and-feel (users are confused). But the app runs on multiple platforms :Yes:

--------------------------------------------------------

Follow our developer blog on Slovenia BlackBerry Developer Group!
Please use plain text.
New Developer
shammer64
Posts: 27
Registered: ‎07-20-2009

Re: SURVEY : What Javascript frameworks are you using?

We are using JQuery and jQuery Mobile.
Please use plain text.
Contributor
inawire
Posts: 32
Registered: ‎07-08-2010
My Carrier: Telus

Re: SURVEY : What Javascript frameworks are you using?

[ Edited ]

Same here: JQuery and jQuery Mobile.

Please use plain text.
Developer
miamon
Posts: 145
Registered: ‎08-17-2008
My Carrier: Vodafone

Re: SURVEY : What Javascript frameworks are you using?

Here Jquery
Josep Maria
Please use plain text.
Contributor
klevi
Posts: 25
Registered: ‎08-02-2011
My Carrier: developer

Re: SURVEY : What Javascript frameworks are you using?

Sencha Touch and Phonegap, but have removed Phonegap for Blackberry because of the memory issues.

Please use plain text.
New Developer
shammer64
Posts: 27
Registered: ‎07-20-2009

Re: SURVEY : What Javascript frameworks are you using?

To add to my previous reply, we are targeting BB 6 and 7. We are having some issues with animated seen transitions on BB 6.

We also use require.js with the order.js plugin for dynamically loading script. We are using the jQuery postmessage plugin for async messaging.

Hope this helps,
Hammer
Please use plain text.
Developer
interfaSys
Posts: 804
Registered: ‎11-19-2009
My Carrier: T-Mobile UK, Three, O2, Orange, Sunrise, Swisscom

Re: SURVEY : What Javascript frameworks are you using?

[ Edited ]

Sencha Touch for touch devices.

  • Ideal for rapid prototyping
  • Looks good out of the box
  • Be prepared to fix a lot of bugs to make it work properly and you'll need to add PlayBook detection yourself. 
  • You can build your own theme and make your apps look native
  • Animations are useless (an probably won't be fixed due to the small PlayBook user base), but I haven't found one framework that does it right
  • Google Maps is broken
--
Olivier - interfaSys ltd
Developing for BlackBerry 10 devices using the Sencha Touch framework.
Please use plain text.
New Contributor
wgaulke
Posts: 4
Registered: ‎10-21-2011
My Carrier: T-Mobile

Re: SURVEY : What Javascript frameworks are you using?

JQuery and JQuery mobile

 

Reasons: Very well tested and documented framework. First results are created quite fast.

Please use plain text.
Contributor
tonystark
Posts: 43
Registered: ‎09-26-2011
My Carrier: Generic

Re: SURVEY : What Javascript frameworks are you using?

Hi all, actually i really love jquery mobile framework, but there were some bug issue on OS 5, so i choice jquery core for development, but this matter not gonna happen on OS 6 and OS 7, thats OS fully supported by jquery mobile :-)

Please use plain text.