Devina CS [DCS]
Results
3
comments of
Devina CS [DCS]
@MynockSpit hello do you mind to share your workaround, I have same problem too :sweat_smile:
Still not working with `forceLocationManager: true`
`getCurrentPosition` works the sample code is like ``` const geolocationOptions = { enableHighAccuracy: false, //try with true, not working forceLocationManager: true, //try with false, not working distanceFilter: 0, interval: 100,...