Jonathan Ngbonga

Results 36 comments of Jonathan Ngbonga

I'm running into the same issue where the background is white even tho I pass the param for a different color

> ``` > > ... > #3E3681 > > ``` This worked for me. thanks for the hint

that's weird... I'm using Angular 17.0.2 without an issue, I didn't need to make any changes... Maybe it's becuase I'm still on `"mapbox-gl": "2.15.0"` not sure ``` "ngx-mapbox-gl": "^10.0.0", "mapbox-gl":...

@Schlaubischlump I was thinking of something like when one clicks on an address from the search results, the teleport/navigate window appears and it's business as usual. I would ask to...

> There is no API to get the current location from the device. So this is definitely not possible We don't care about the current location lol as long as...

I've implemented it successfully on different projects. But I get an error when the `roleskey` `tech.role` is not available on user object. Some users do have, some don't. Is there...

I don't know if [this](https://github.com/Cap-go/capacitor-nativegeocoder/issues/30#issuecomment-1668867229) help

> This plugin is pure implementation of native feature while in web is google service, that may be the difference This is not web, it's me debugging the native app...

@riderx Ah sorry, I get it know, apologize for the misunderstanding.

I'm facing with uploading images on Android on capacitor 6, the same code was working well on Capacitor 5. iOS is working okay, but I'm getting `java.lang.ArrayIndexOutOfBoundsException: length=1; index=1` on...