Jonathan Ngbonga
Jonathan Ngbonga
Hi Stephan first of all, thank you for the plugin, it is really helpful. Any feedback on the reverse geocoding option?
hey, @KroniK907 any update on this?
> It's not what you're looking for ? https://github.com/Belphemur/vue-json-csv/blob/develop/example/App.vue `export-finished` event is `undefined`
Try ``` ionViewDidEnter() { setTimeout(() => { this.createMap(); }, 10); } ```
@Nykz Did you run `npx cap sync` ? I had the same issue until I synched the pod and added the timeout. It finally worked both on my device and...
  @Nykz here is your app running fine on my M1. I changed your HTML to this ``` Locate...
check [ConnectionType](https://capacitorjs.com/docs/apis/network#connectiontype) to see what is connected
> @jongbonga It's giving me "cellular". But now I'm using wifi so connectionType also return wrong. Then `status.connected` is `true` is correct because you are connected. Don't confuse `connected to...
I'm using angular 12 without issue
> passing project argument does not seem to work for me. Same here unfortunately