davidortinau / Xappy

A mobile app to track Xamarin news and explore all the goodness that is .NET for Mobile developers
MIT License
350 stars 106 forks source link

Cannot Able to set shell as navigation page on android #32

Open sarthak199526 opened 5 years ago

sarthak199526 commented 5 years ago

Description Cannot able to set AppShell as navigation when I tried to do that it become blank

Just replace MainPage = new AppShell(); to . MainPage = new NavigationPage( new AppShell()); in you app.cs the weird thing is this in iOS it works perfectly . I am using the latest version of xamarin forms . I want to use my custom navigation not Gotoasync on some clicks

Expected Behavior App shell should load normally

Actual Behavior Nothing loads in android

Information IDE and IDE version: Platform with the issue: iOS: Android: