Has anyone used `SupportingPaneScaffold` on iOS? I'm encountering a weird bug when rotation the devi...
j
Has anyone used
SupportingPaneScaffold
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?
I can reproduce this problem on Android by setting
android:configChanges="uiMode|orientation"
in AndroidManifest.xml.
a
Hi! If it's reproducible on Android, maybe you need to file a bug in AOSP issues tracker. Also, feel free to do the same on our YouTrack - not sure if we can do much, but as least can try to verify that iOS part works (or doesn't).