OK, i’ve found in the Phone Gap documention that this statement in needed to change rhe refresh time:
Optional parameters to customize the retrieval of the geolocation.
{ maximumAge: 3000, timeout: 5000, enableHighAccuracy: true };
Without this statement the maximumAge/refresh is 10000ms, BUT where do I put this statement? Help! Please show the exact syntax.