Tabbed views + expandable cards

Situation: tabbed layout, with expandable cards on two tabs. When a card is expanded on the first tab, expandable cards on the second tab can’t be expanded.

In our app, you can click to a details page from within a expandable card on the first page, and the view tabs toolbar re-appears. But expandable cards on the second tab don’t work now, until you close the expanded card on the first tab.

If I remove the ‘card-opened’ class from the first page card, the second page cards work. @nolimits4web I think the check for a opened card should be scoped to the current page only.

Framework7 version: 5.5.3

Yep, pushed fix with looking for opened card only in parent Page

1 Like

Great, many thanks! :+1:t2: