I’m trying to achieve high-precision location accuracy in the Retool app. We’ve been experiencing issues with utils.getCurrentPosition(), where the location returned is either inaccurate or significantly off.
We attempted to use the window.navigator geolocation API with enableHighAccuracy set to true, but we consistently receive the following error:
Geolocation has been disabled in this document by permissions policy.
We also tried using preloaded JavaScript, but that did not resolve the issue.
At this point, we’re looking for guidance on how to enable high-accuracy geolocation within Retool or whether there are platform limitations we need to account for.
