I´m trying to port my app that already works con BB7, Android and iPhone to BB10. I´m using phonegap 2.2, jquery 1.8.3, jquery mobile 1.2.0 and I´m not able to call some web services. Same code works on the other platforms but it doesn´t on BB10. This is the code where I call the WS.
I have a screen where I generate dinamically some icons, one for each row of a resultset of my database. I want to navigate to another page when I click one of those icons but I need to know which icon was clicked in order to recover it´s information and display it in the page where I go to. How can I pass that parameter to the page so I can recover data?