bashcious
bashcious
> Hello :) First off thanks for using your time to build this package!! I really appreciate it. > > **Is your feature request related to a problem? Please describe.**...
Thank you for the response. Do note I encountered this issue while creating a Flutter package for Mapbox Navigation. Anyway i was able to reproduce it using the example app...
Btw i notice same issue occurs when we switch from landscape to portrait mode https://github.com/user-attachments/assets/676857c5-20bd-4053-bf35-0d96ffc714b1
Any update on this or how to resolve it? we are kinda blocked. Thanks
Hello @chizhavko thanks for the response, but this doesn't resolve the issue, configuring setCamera works temporary for the mapview only, as soon as navigation starts it get's ignored and issue...
> Hello @bashcious, @ivanyeoh. You can access `MapView` during Active Navigation via `navigationMapView` property on `NavigationViewController` and apply the same technic discussed earlier. @chizhavko Yeah I've already tried that approach,...
Hey @chizhavko , Thanks. i have a solution for now but the issue seems to be Constraints related ``` Unable to simultaneously satisfy constraints. Probably at least one of the...