guillemc23
guillemc23
> Done. Please let me know what you think. > > `https://hatscripts.github.io/circle-flags/flags/language/es-mx.svg` > > I think this looks very neat! The misalignment feels a bit weird but I think that's...
Arabic already has a flag. The flag looks a lot like the Saudi Arabian but it actually says "arabic" in the center, so it's easy to miss 😄 `https://hatscripts.github.io/circle-flags/flags/language/ar.svg` ![Arabic...
Hey @juniorschen, It does work for me on Android and 7.2.21. You can use this property as follows: ```html ``` where ```ts onSelectedIndexChange(args) { console.log(args.newIndex) } ``` `selectedIndex` states in...
Same, I'm staying in 14.1.9 for the moment
I think you'll have to bump to Angular 16+ or roll back this plugin. For me, sticking to Angular 16 and [email protected] works fine 👍🏻
I've seen a lot of recent commit on this plugin. I'm also wondering if this is something that someone is working on.
Any idea how to use it? I added this to my settings but I can't see any change ```ts cluster: { radius: 1000, } ``` I also tried adding this,...
Changing the zoom level to 1 works, not sure if expected behavior :-)
@farfromrefug I'm not sure if I follow. I'm not enforcing any mapbox version, so I guess it's taking the default one? Also, if I don't add my token, the map...
I am trying to enforce a newer version of Mapbox in my project; I have added the latest version to my `before-plugins.gradle` as in: ```gradle project.ext { mapboxVersion = "10.16.2"...