Enable high accuracy for watchPosition, possible fix for #444

This commit is contained in:
pietervdvn 2021-07-26 09:46:54 +02:00
parent 088dad3b5c
commit df6a6bbbde

View file

@ -256,6 +256,9 @@ export default class GeoLocationHandler extends VariableUiElement {
},
function () {
console.warn("Could not get location with navigator.geolocation");
},
{
enableHighAccuracy: true
}
);
}