stadiamaps / ferrostar

A FOSS navigation SDK built from the ground up for the future
https://stadiamaps.github.io/ferrostar/
Other
159 stars 19 forks source link

Correct screen rotation and fix recomposition issues #146

Open Archdoog opened 3 months ago

Archdoog commented 3 months ago

Currently when you rotate the screen, the entire system state resets and navigation starts again. We want to fix this so the user can seamless change their screen orientation whenever in the navigation process to see the view recompose, but not the underlying navigation state.

Archdoog commented 1 month ago

This is demo app only (caused the by the LaunchedEffect on the demo navigation scene)