You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On iOS 14.0NavigationMapView.layoutSubviews() is called too often, this leads to animated updates of UserCourseView. E.g. iOS 13.5NavigationMapView.layoutSubviews() was called only once during basic navigation session, whereas on iOS 14.019 (!) times within 1 second. Because of this there is a lag in animated UserCourseView update. For example:
The text was updated successfully, but these errors were encountered:
MaximAlien
added
bug
Something isn’t working
UI
Work related to visual components, Android Auto, Camera, 3D, voice, etc.
labels
Sep 28, 2020
Mapbox Navigation SDK version:
v1.0.0-rc.5
On
iOS 14.0
NavigationMapView.layoutSubviews()
is called too often, this leads to animated updates ofUserCourseView
. E.g.iOS 13.5
NavigationMapView.layoutSubviews()
was called only once during basic navigation session, whereas on iOS14.0
19
(!) times within 1 second. Because of this there is a lag in animatedUserCourseView
update. For example:The text was updated successfully, but these errors were encountered: