Hi chierchio,
I’ve created simple design in M1 with a single button that contains Run JS action
navigator.geolocation.getCurrentPosition(function(position) {
phoneui.alert(position.coords.latitude + ", " + position.coords.longitude);
});
When I’m running it in Web Sim pressing this button shows me coordinates, and switching between Cordova 2.2 and 2.9 doesn’t break it.
Does this scenario work for you?
If it does – could you please post us scenario that fails on your side?
Regards,
Vadim Ridosh