Changing Detail of a FlyoutPage leads to an empty page on Android #5541
Labels
area-controls-flyoutpage
FlyoutPage
fixed-in-6.0.300-rc.2
Look for this fix in 6.0.300-rc.2!
platform/android 🤖
s/triaged
Issue has been reviewed
s/verified
Verified / Reproducible Issue ready for Engineering Triage
t/bug
Something isn't working
Milestone
Description
In a flyout page, setting the Detail with
Detail = new NavigationPage((Page)Activator.CreateInstance(entry.TargetType));
like it's written in the documentation leads to an empty detail page on Android, the Title in the Navigation Bar is set however.On Windows it works as expected.
Steps to Reproduce
Simple sample project (slightly altered from the documentation, but the not-yet-officially-released sample project from the documentation shows this issue too):
NavigationTest.zip
Simply open the flyout and select something.
Version with bug
Preview 14 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 7 (API 24), Android 12 (API 31)
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: