11-19-2012 12:09 PM
I'm trying to build a BB10 app. I'm an experienced web developer. I started with jQuery and the BB10 theme, which gives me something that looks like a BB10 app, but doesn't really work. I can't figure out how to request data dynamically and make it work - when I inject it into the page with JSONP, the back button no longer works the right way. Also, the action buttons on the bottom don't do anything, and I can't find any documentation on how to "activate" them.
It doesn't seem that injecting and rewriting with JSON and jQuery is the best way to fetch content, but if it the content isn't static, how does one get it? I don't see any good WebWorks tutorials other than a very basic Hello World that really does nothing.
Does anyone know a good place to start with dynamically fetched data in a BB10 app? This is my first time building for Blackberry in any way, please be gentle!
Thanks,
Adam
11-19-2012 01:47 PM
11-19-2012 02:12 PM
Awesome, thanks for your help Jason! I hear ya on the event handler. I've had trouble getting external scripts to work altogether, but without any roadmap, I've been trying to figure out where things go wrong. Still not sure if I want to use WebWorks of jQuery.
11-19-2012 04:45 PM