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
NavigationView - Android: screen will zoom in on the first leg of the multi stop route on Android when navigationViewController.showOverview is called.
#337
Open
rhinkle opened this issue
Nov 13, 2024
· 1 comment
When route is initialized the screen will zoom in on the first leg of the multi stop route on Android. iOS zooms to the level of the full route is visible on the screen.
Environment details
Library version and other environment information:
react-native-navigation-sdk version: 0.6.1
OS type and version
iOS: 18.1, 18.0
Android: 35
Steps to reproduce
Pull down this branch.
Install the dependencies.
Run yarn start
Run yarn ios or yarn android
Click on navigate button
Once the screen is done loading you should see the map zoomed in on the first leg of the route for android.
The text was updated successfully, but these errors were encountered:
rhinkle
added
triage me
I really want to be triaged.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
labels
Nov 13, 2024
Hi @rhinkle
Behaviour differs in underlaying Navigation SDK's for Android and iOS.
As a workaround support to animate camera to bounds should be implemented.
This difference need to be documented to the showOverview method.
Description
When route is initialized the screen will zoom in on the first leg of the multi stop route on Android. iOS zooms to the level of the full route is visible on the screen.
Environment details
Library version and other environment information:
OS type and version
Steps to reproduce
Code example
Link to code example
Link to onRouteOk
The text was updated successfully, but these errors were encountered: