3

Anybody tried this combination for building blackberry apps? I have created my BB project in Eclipse and it launches successfully, but the click events on the application are not working. As a result none of my ajax requests are made.

Are there any issues with jQuery and BB? I am working on the 6.0 OS

Mirza Sisic
  • 2,401
  • 4
  • 24
  • 38
user160108
  • 930
  • 3
  • 8
  • 38
  • 1
    I cam across this link https://github.com/jquery/jquery-mobile/issues/530 that helped me solve the issue. – user160108 Jun 26 '11 at 09:29
  • I've compiled many, the only problem I had was with the accordion in JQM. Or was it that none of the jQuery source files were loading because of BB's terrible compiler ignoring files with special characters? – Jivings Jun 26 '11 at 12:03
  • @jivings yes it was the problem with the special characters. – user160108 Jun 27 '11 at 09:24
  • @jivings have you also build apps for the 5.0 OS doest it support jquery along with HTML5, or do i have to do stuff different here – user160108 Jun 27 '11 at 10:24
  • I have done, it doesn't support HTML5 but jQuery-Mobile falls back to using normal HTML styles. It doesn't look as nice. – Jivings Jun 29 '11 at 15:33
  • @Jivings managed to get the app running on BB 5 and 6 but in 5 i noticed the ajax requests fail. – user160108 Jul 01 '11 at 12:40
  • For PhoneGap you need to have a certain entry in your config.xml file to allow the blackberry app to make external requests. I don't remember exactly what it is, I think it's on the PhoneGap help pages somewhere. – Jivings Jul 02 '11 at 14:50
  • there are all sorts of problems with BB listed here: http://phonegap.pbworks.com/w/page/16494804/BlackBerry%20Quirks – Zathrus Writer Aug 14 '12 at 12:13
  • The last few phone gap build builds have dropped support for Blackberry. That probably says something. – Phill Healey Apr 21 '14 at 20:52

0 Answers0