14👍
✅
This is a bug of Leaflet 1.7.1, see Leaflet #7255
In the newest master version of leaflet it is working, see Issue Comment
So I recommand to change your leaflet-src from the Leaflet Release 1.7.1 to the master branch on Github
5👍
If for some reason you have to stick to 1.7.1 and you do not need to handle the ‘taphold’ event, initiating the map with tap: false
might solve this issue for you.
(As suggested here https://github.com/Leaflet/Leaflet/issues/7331#issuecomment-742454380)
👤hvsp
- Django transaction management
- Start django shell with a temporary database
- Making a beta code for a public django site
- Validating upload file type in Django
- Nested URL Patterns in Django REST Framework
Source:stackexchange.com