We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I have an issue where i am getting different results on zooming distance. The goal is too zoom to 20m always.
Desktop: Safari, Firefox, Brave = 20m Chrome, Opera = 300m Edge = 3 km
Mobile: Chrome mobile = 20m
findLocation = L.control.locate({ position: "bottomright", icon: "fa fa-crosshairs", drawCircle: true, keepCurrentZoomLevel: false, initialZoomLevel: 18, maxZoom: 18, }).addTo(this.map);
If I do an active choice and click the geolocation off and on again it will zoom to 20m in all browsers.
Is this a restriction or a bug.
The text was updated successfully, but these errors were encountered:
Can you dig into it? Could this be a leaflet bug?
Sorry, something went wrong.
I have tried everything. I do not understand where it fails. I have looked at the code also.
Maby someone else could try to see if they have the same experience?
Can you make a website where people can go to try?
No branches or pull requests
Hi,
I have an issue where i am getting different results on zooming distance.
The goal is too zoom to 20m always.
Desktop:
Safari, Firefox, Brave = 20m
Chrome, Opera = 300m
Edge = 3 km
Mobile:
Chrome mobile = 20m
If I do an active choice and click the geolocation off and on again it will zoom to 20m in all browsers.
Is this a restriction or a bug.
The text was updated successfully, but these errors were encountered: