Jonathan
10/25/2025, 5:19 PMSupportingPaneScaffold on iOS? I'm encountering a weird bug when rotation the device and the Scaffold seems to be placed in an invalid state where the Main pane and the Supporting are both visible when only a single pane should be visible. There also appears to be a bug in how the ThreePaneScaffoldNavigator reports the supporting pane is hidden/visible after an orientation change.
This does not happen on Android.
I'm using version 1.2.0-beta01 of the adaptive libraries. But I've tested this behavior all the way down to version 1.1.0 .
Has anyone encountered this bug and or found a solution or work around?Jonathan
10/26/2025, 12:28 AMandroid:configChanges="uiMode|orientation" in AndroidManifest.xml.Andrei Salavei
10/27/2025, 8:35 AM