Felix Baral-Weber
Felix Baral-Weber
I got the same problem but I don't even override ngAfterViewInit.
'requiredIf' is already "present" in the json-schema. You can doo the following: ```json { "properties": { "a": { "type": "string" }, "b": { "type": "string" } }, "dependencies": { "b":...
I tried points (.) and commas (,) but it removes both. The point is that that I can't write "1.02". When I type "1.02", it will have removed the point,...
I've already tested that. You can then use the up and down arrows to get comma separated numbers, but you can't type them in. Does it work for you? I've...
Have you already done it? Otherwise I'd give it a shot. I do need that at the moment :)
Nice to hear. I did a minimal solution. It works for me, but I ignored dokka and i only tested it on android and ios. but maybe it is useful...
I want to copy the coordinates to transfer them into another maps app. On another occasion I wanted to share one position via a messenger. That are kinda the usecases.
I tested the `2.0.0` and it works nicely on my ios and android projects
I'm on it. I think it's just a permission problem.
Thanks for the tipp. Registering a callback for `EXTERNAL_APPLICATIONS_AVAILABLE` does the trick. It seems to work nicely.