Dorian
Dorian
Hi, have you found a way to make it work ? I tried to compile on iOS and i have a lot of issues
2) is my mistake. For 1), just use map.clearSelectedRegions() then you can select your regions. So no need a fix i guess
Hi, i encountered the same issue with the last minimized version. Is it fixed ? I could debug it but I don't know how to use SRC files. Which files...
ok, the issue was in minimized file ";var zoomStep;return scale>this.params.zoomMax*this.baseScale?scale=this.params.zoomMax*this.baseScale:scale
Hi, thanks a lot @andygup. I had the same issue (nexus 5X, android 8.1) and #61 seems ok to resolve this issue. Any idea of the consequences of commenting the...
> ```css > .cls { > padding-top: 1rem; > } > .cls { > padding-top: calc(1rem + constant(safe-area-inset-top)); > } > .cls { > padding-top: calc(1rem + env(safe-area-inset-top)); > }...