flutter_mapbox_navigation
flutter_mapbox_navigation copied to clipboard
Android Embedded View Navigation Not Working
W/Mbgl (18308): {Worker 3}[Style]: Attempt to set an invalid property value -0.048498) W/Mbgl (18308): {Worker 4}[Style]: Attempt to set an invalid property value -0.049027) W/Mbgl (18308): {Worker 3}[Style]: Attempt to set an invalid property value -0.049421) W/Mbgl (18308): {Worker 4}[Style]: Attempt to set an invalid property value -0.049728) W/Mbgl (18308): {Worker 3}[Style]: Attempt to set an invalid property value -0.049921) W/Mbgl (18308): {Worker 1}[Style]: Attempt to set an invalid property value -0.049997)
Embedded Navigation View works fine in iOS but in android i keep getting this issue and the app not navigating as well.
Same issue
I have the same issue as well
I also have the same issue!
@ngjunya I have the same issue with the embedded view not working, however, the error message you're getting is the pulsing effect on the location marker. For debugging I cloned this repo and use the local version in my project. the pulsing effect can be turned off in flutter_mapbox_navigation/android/src/main/kotlin/com/dormmom/flutter_mapbox_navigation/factory/FlutterMapViewFactory.kt line 717 with .pulseEnabled(false)
.
This issue is resolved