Tie C

Results 7 comments of Tie C

Were you ever able to get this working?

I believe I am also experiencing this issue on Android 15. The plugin only sets the `var(--safe-area-inset-*)` when I enable it from `capacitor.config.json` AND call `SafeArea.enable()`. I did some digging...

Reading the description of `padding` in the docs it seems like that would do what I need. I haven't tried it for my needs yet so don't know if would...

You can check out my implementation on my fork: https://github.com/tiecia/openlayers/tree/zoom-interaction-anchor I also created an example showing how to use it: https://github.com/tiecia/openlayers/blob/zoom-interaction-anchor/examples/zoomAnchor.js This implementation was been working well for what I...

That is fair. I think having the option to use `setAnchorCoordinate()` on an individual interaction is a good feature to have for those who need the advanced control. I don't...

Ah, looks like there is already a PR out for this #109

I just ran into this as well and the following worked for me. For the first release: 1. Create an empty file called `RELEASES` at the same path that the...