flighttactics / TAKTracker

iPhone version of the TAK Tracker Application
Other
19 stars 4 forks source link

Onboarding Flow Fix for iPad Users #61

Closed CoryFoy closed 3 months ago

CoryFoy commented 3 months ago

During App Store Review it was noticed that iPad users received what appeared to be a hang in the application when first starting. This was actually due to the behavior of NavigationViews in larger screens - the onboarding flow was being displayed as the primary navigation, which is hidden on larger screens until you slide over.

This PR fixes that and makes several other changes: