Description
Description
While in landscape orientation on an iOS device, with the FlowDirection set to RightToLeft for the FlyoutPage, the Flyout items are not displayed, and the hamburger menu icon is not positioned on the right side as expected.
Note: While fixing this issue enable the following UITest in HostApp: Issue 2818
Steps to Reproduce
- Run the Application Issue2818sample.zip
- Observe that Menu icon Positioned Incorrectly instead of showing on right side it show on Left side.
3.Rotate the Device: Switch the device to landscape orientation. - Tap the Open Flyout View button.
- Observe that the Flyout items are not visible.
Expected Result:
-
The Flyout items should be visible when in Landscape Orientation.
-
The hamburger menu icon should appear on the right side of the screen.
Actual Result:
-
The Flyout items are not displayed when the device is in landscape orientation.
-
The hamburger menu icon is displayed on the left side instead of the right side.
Link to public reproduction project repository
No response
Version with bug
9.0.21 SR2.1
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
No response
Affected platforms
iOS
Affected platform versions
No response
Did you find any workaround?
No response