Tsung-Wei Hsu

Results 4 comments of Tsung-Wei Hsu

Hello, it might be a bit late to share the solution, but I had the same problem and solved by simply importing both css files: ```` @import "~leaflet.markercluster/dist/MarkerCluster.css"; @import "~leaflet.markercluster/dist/MarkerCluster.Default.css";...

I believe it is still not solved yet. The auto-defined maxY is still the highest value in the dataset instead of the next auto-defined interval just like the example from...

Hey, we have the same issue with the same model, Pixel 6a. We assume that the problem is caused by the absence of the sticky notification for location tracking. After...

We have the issue solved. It is the new permission requirement from SDK 34 (Android 14). You have to add this line to your **manifest**: ``` ``` In addition, after...