xamarin/Xamarin.Forms
[Bug] MasterBehavior.SplitOnLandscape cause Master/menu button didn't display
Ouverte
#5 937 ouverte le 17 avr. 2019
e/2 :clock2:good first issuehelp wantedinactivep/iOS 🍎t/bug :bug:up-for-grabs
Métriques du dépôt
- Stars
- (5 644 étoiles)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
Description
When i set MasterBehavior = MasterBehavior.SplitOnLandscape;
You might see it is missing the Master/menu button(or the hamburger button)
Steps to Reproduce
- create Xamarin.Forms Solution which use Master-Details
- add
MasterBehavior = MasterBehavior.SplitOnLandscape;in MainPage - run the Solution,and rotate it to landscape 4.click the listview's item to entry details page 5.rotate the device to portrait mode on this page 6.click the back button
Expected Behavior4
it works well
Actual Behavior
the Menu/Master button on the top left couldn't display
Basic Information
- Version with issue: XF 3.6.0.293080.
- Last known good version:
- IDE:
- Platform Target Frameworks:
- iOS:
- Android:
- UWP:
- Android Support Library Version:
- Nuget Packages:
- Affected Devices:
Screenshots
https://i.stack.imgur.com/UvaTX.gif