ReactiveUI icon indicating copy to clipboard operation
ReactiveUI copied to clipboard

[Bug]: Action passed to WhenActivated not called on MAUI if a page is placed in the "More" tab of a TabbedPage

Open v0idzz opened this issue 1 year ago • 1 comments

Describe the bug 🐞

ReactivePage's WhenActivated block action is never called if the page gets placed in the "More" tab of a TabbedPage.

Step to reproduce

  1. Clone the repro repo
  2. Numbers will appear in Console output as tabs are clicked
  3. But they won't appear on tabs placed in the "More" tab

Reproduction repository

https://github.com/v0idzz/maui-reactiveui-repro

Expected behavior

WhenActivated block action is called when I navigate to tabs placed in the "More" tab.

Screenshots 🖼️

https://github.com/reactiveui/ReactiveUI/assets/12448522/da186ca3-d317-45ec-8ba9-08d2ce0de3fa

IDE

Rider macOS

Operating system

macOS

Version

No response

Device

iPhone 14

ReactiveUI Version

19.2.1

Additional information ℹ️

No response

v0idzz avatar Jul 02 '23 07:07 v0idzz

Further research suggests that this could be a MAUI issue: https://github.com/dotnet/maui/issues/16175

v0idzz avatar Jul 15 '23 10:07 v0idzz