I am testing a little web app and find the in BB OS 5 and OS 6 simulators (and the few devices I've tried) the app never calls my callback functions after I call navigator.geolocation.getCurrentPosition, I get no errors or exceptions and the geolocation object is there but my callbacks never get called - hence i never receive a location).
I find the same problem on devices, so, is there a special trick to making this work on OS5/6?
BTW it works correctly on OS7 simulators and devices.
Thanks