Jonathan Ngbonga

Results 36 comments of 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...

![Screenshot 2022-05-18 at 17 53 49](https://user-images.githubusercontent.com/12111716/169087369-47d7637b-2872-4c4c-8b1a-215405e9b784.png) ![Screenshot 2022-05-18 at 17 42 20](https://user-images.githubusercontent.com/12111716/169085079-582e3975-8057-4f20-b3c9-0aaffd054e44.png) @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