diff --git a/src/components/UserCurrentLocationButton.js b/src/components/UserCurrentLocationButton.js index 9ba74ac6c426..fa22eb602886 100644 --- a/src/components/UserCurrentLocationButton.js +++ b/src/components/UserCurrentLocationButton.js @@ -88,6 +88,8 @@ function UserCurrentLocationButton({onLocationFetched, onLocationError, onClick, onPress={getUserLocation} accessibilityLabel={translate('location.useCurrent')} disabled={isDisabled} + onMouseDown={(e) => e.preventDefault()} + onTouchStart={(e) => e.preventDefault()} >