I used the following code to geolocate an address on google maps:
var address = localStorage.getItem("EventsLocation");
var map = Tiggzi("googlemapEventsDetail");
map.setProperty('address',address);
map.refresh();
Works perfect, but on Windoews Phone I get some kind of an endless loop.
Is there a workaround to avoid this.
Thanks for answering.