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
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
I have a startup wizard with 6 pages. Shell.TabBar and NavBar are not visible on all the pages. On startup the app goes thru these 6 pages and at the end ends up at the main screen.
The pages change 1 after the other until I hit the main screen.
Actual Behavior
On Android this works. On iOS after the 4th screen I get a More page for some reason:
The 2 options are active and go to the last 2 pages of the wizard. Also the bottom tab bar appears. They seem to have invisible items in them because tapping on them takes me to the first 4 pages in the wizard.
Not sure why.
Basic Information
Version with issue: Xamarin.Forms 4.7.0.1080
Last known good version: unknown - first run thru in iOS.
IDE: VS2019 16.6.4
Platform Target Frameworks: Android/iOS
iOS: 13.5
Android: 9.0
Nuget Packages: Xamarin.Essentials 1.5.3.2
Affected Devices: iOS emulator and iPhone 8
Screenshots
see above
Reproduction Link
Part of a larger project right now. Maybe somebody can see if there's something wrong in the shell code or explain why this works correctly on Android and not the same on iOS.
Workaround
None yet. I'll try and extract out a separate project to show this, but I think this is a Form Shell on iOS thing. Just looking for guidance.
The text was updated successfully, but these errors were encountered:
Description
I have a startup wizard with 6 pages. Shell.TabBar and NavBar are not visible on all the pages. On startup the app goes thru these 6 pages and at the end ends up at the main screen.
AppShell.xaml looks like this:
Each wizard ContentPage has:
Then in code use the following to go between pages.
`await Shell.Current.GoToAsync("//onboarding/mapDownload");
`
Steps to Reproduce
Expected Behavior
The pages change 1 after the other until I hit the main screen.
Actual Behavior
On Android this works. On iOS after the 4th screen I get a More page for some reason:
The 2 options are active and go to the last 2 pages of the wizard. Also the bottom tab bar appears. They seem to have invisible items in them because tapping on them takes me to the first 4 pages in the wizard.
Not sure why.
Basic Information
Screenshots
see above
Reproduction Link
Part of a larger project right now. Maybe somebody can see if there's something wrong in the shell code or explain why this works correctly on Android and not the same on iOS.
Workaround
None yet. I'll try and extract out a separate project to show this, but I think this is a Form Shell on iOS thing. Just looking for guidance.
The text was updated successfully, but these errors were encountered: