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.
In the Xamarin.Forms v4,6, I've tried to push the Modal page whose root page is a NavigationPage. But the output shows the white background. I've tried with all enum ModalPresentationStyle but no result.
Step 1 : Run the application in iOS platform and select the TabbedPage Translucent TabBar item. It will navigate to TabbedPage.
Step 2 : . Select the Return to Platform-Specifics List button in the view. It will push a new Modal page.
Issue : You can see the except the content and background color is turned to Black as like below pic.
Expected Behavior
Modal page should be transparent when root is NavigationPage.
Actual Behavior
Modal page renders with white background when root is NavigationPage.