dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
21.83k stars 1.67k forks source link

[foldable] `SpanMode` not updated when app spanned/unspanned #5852

Open conceptdev opened 2 years ago

conceptdev commented 2 years ago

Description

SpanMode property should update each time the app is spanned or unspanned.

An event isn't firing (or something...) and the mode property does not get updated with the current mode

Steps to Reproduce

  1. Repros with the Sample App in the .NET MAUI source repo
  2. Other Concepts -> Foldable -> shows a view with a TwoPaneView
  3. The SpanMode property never changes from SinglePane

Version with bug

Unknown/Other (please specify)

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

Android 11

Did you find any workaround?

No workaround apparent

Relevant log output

No response

ghost commented 1 year ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.