Home › Forums › MapPress Support › Using map as input device for other field? › Reply To: Using map as input device for other field?
December 30, 2012 at 5:30 am
#11256
Participant
I replaced the last line of geolocator.js:
google.maps.event.addDomListener(window, ‘load’, wida_homePosition);
with these 3, which give me a better result. The map is shown at the page.
jQuery(document).ready(function() {
wida_homePosition();
});