11-27-2009 08:22 AM
hi , i build widget with jquery + ajax (i ve used this tutorial for example http://webdeveloperplus.com/jquery/ajax-multiple-f
can help me ? tnks
11-27-2009 09:18 AM
Can you get the same example to work in the generic BlackBerry Browser...
Your issue could be around either a JQuery incompatibility with the BlackBerry Browser, or a white listing issue.
Have you whitelisted the domain you are trying to upload to in the <access> elements of your config.xml file?
11-27-2009 09:29 AM
Just to add my 2 cents worth...
The only funnies I've seen with jquery on the BB brower are with some of the animation effects that you can use to make divs slide or fade into view. I haven't had any issues at all with the basic 'selector' stuff, AJAX methods, etc. The jquery.js file is pretty big though and it takes the BB browser a second or so to parse it, even on the simulator. I haven't been able to test my widget on a physical device yet but I'm expecting it will be even slower - hopefully not too slow.
12-01-2009 12:04 PM
I currently have a bunch of ajax and jquery running on the widget platform... it works very very nicely...
From looking at that example I would guess the problem is it uses a hidden ifram to do the upload, and iframes are not working ont he widgets yet... ![]()